init
This commit is contained in:
20
server/requirements.txt
Normal file
20
server/requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user