first commit
This commit is contained in:
29
backend/requirements.txt
Normal file
29
backend/requirements.txt
Normal file
@@ -0,0 +1,29 @@
|
||||
# FastAPI & server
|
||||
fastapi==0.109.0
|
||||
uvicorn[standard]==0.27.0
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.25
|
||||
aiosqlite==0.19.0
|
||||
greenlet
|
||||
|
||||
# Validation & config
|
||||
pydantic==2.5.3
|
||||
pydantic-settings==2.1.0
|
||||
|
||||
# LLM providers
|
||||
openai==1.12.0
|
||||
anthropic==0.18.1
|
||||
httpx==0.26.0
|
||||
|
||||
# Analysis
|
||||
networkx==3.2.1
|
||||
|
||||
# Export
|
||||
openpyxl==3.1.2
|
||||
weasyprint==60.2
|
||||
jinja2==3.1.3
|
||||
|
||||
# Utils
|
||||
python-multipart==0.0.6
|
||||
python-dateutil==2.8.2
|
||||
Reference in New Issue
Block a user