first commit

This commit is contained in:
2026-03-09 14:46:56 +08:00
commit 62236eb80e
63 changed files with 6143 additions and 0 deletions

29
backend/requirements.txt Normal file
View 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