后端初始化结构
This commit is contained in:
27
web/ws/backend/requirements.txt
Normal file
27
web/ws/backend/requirements.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
# FastAPI 核心
|
||||
fastapi>=0.104.0
|
||||
uvicorn[standard]>=0.24.0
|
||||
pydantic>=2.5.0
|
||||
pydantic-settings>=2.1.0
|
||||
|
||||
# 数据库
|
||||
sqlalchemy>=2.0.0
|
||||
asyncpg>=0.29.0
|
||||
alembic>=1.13.0
|
||||
|
||||
# 文件处理
|
||||
aiofiles>=23.2.0
|
||||
python-multipart>=0.0.6
|
||||
|
||||
# 认证
|
||||
python-jose[cryptography]>=3.3.0
|
||||
passlib[bcrypt]>=1.7.4
|
||||
|
||||
# 其他常用库
|
||||
python-dateutil>=2.8.2
|
||||
pytz>=2023.3
|
||||
|
||||
# 可选:AI/ML 相关(按需取消注释)
|
||||
# transformers>=4.35.0
|
||||
# torch>=2.1.0
|
||||
# scikit-learn>=1.3.0
|
||||
Reference in New Issue
Block a user