This commit is contained in:
2026-03-12 12:32:29 +08:00
parent c0f9ddabbf
commit 470446fa6f
18 changed files with 591 additions and 142 deletions

18
backend/requirements.txt Normal file
View File

@@ -0,0 +1,18 @@
fastapi==0.135.1
uvicorn[standard]==0.41.0
sqlalchemy[asyncio]==2.0.48
asyncpg==0.31.0
alembic==1.18.4
celery[redis]==5.6.2
redis==6.4.0
pydantic-settings>=2.0.0
python-multipart==0.0.22
Pillow==12.1.0
httpx==0.28.1
openpyxl==3.1.5
python-docx==1.2.0
psycopg2-binary==2.9.11
# dev dependencies
pytest==9.0.2
pytest-asyncio>=0.24.0