init the project

This commit is contained in:
evyzacq
2026-05-25 15:09:42 +08:00
commit 7fc0e7852e
122 changed files with 14557 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# 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