init the project
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user