Files
2026-05-25 15:09:42 +08:00

28 lines
418 B
Plaintext

# ZeekerWatchman - Python Backend Dependencies
# Web Framework
fastapi>=0.115.0
uvicorn[standard]>=0.30.0
python-multipart>=0.0.9
# Config & Settings
pydantic>=2.0.0
pydantic-settings>=2.0.0
python-dotenv>=1.0.0
# LLM Client (OpenAI-compatible)
openai>=1.0.0
# YAML & Data
pyyaml>=6.0
jsonschema>=4.0.0
# Document Parsing
python-docx>=1.0.0
PyPDF2>=3.0.0
# Dev
pytest>=8.0.0
pytest-asyncio>=0.24.0
httpx>=0.27.0