This commit is contained in:
吕新雨
2026-01-28 20:50:17 +08:00
commit 049995692d
27 changed files with 1661 additions and 0 deletions

20
server/requirements.txt Normal file
View File

@@ -0,0 +1,20 @@
fastapi>=0.110
uvicorn[standard]>=0.27
# 数据库SQLAlchemy 2.x 异步 + MySQL
SQLAlchemy>=2.0
aiomysql>=0.2
# 配置
pydantic>=2.6
pydantic-settings>=2.2
# 迁移
alembic>=1.13
# 任务调度
celery>=5.3
redis>=5.0
# 测试
pytest>=8.0