28 lines
418 B
Plaintext
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
|