更新 web/ws/backend/requirements.txt #2
@@ -1,27 +1,28 @@
|
||||
# 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
|
||||
annotated-doc==0.0.4
|
||||
annotated-types==0.7.0
|
||||
anyio==4.12.0
|
||||
async-timeout==5.0.1
|
||||
asyncpg==0.31.0
|
||||
click==8.3.1
|
||||
colorama==0.4.6
|
||||
databases==0.9.0
|
||||
exceptiongroup==1.3.1
|
||||
fastapi==0.125.0
|
||||
greenlet==3.3.0
|
||||
h11==0.16.0
|
||||
httptools==0.7.1
|
||||
idna==3.11
|
||||
psycopg2==2.9.11
|
||||
psycopg2-binary==2.9.11
|
||||
pydantic==2.12.5
|
||||
pydantic_core==2.41.5
|
||||
python-dotenv==1.2.1
|
||||
pytz==2025.2
|
||||
PyYAML==6.0.3
|
||||
SQLAlchemy==2.0.45
|
||||
starlette==0.50.0
|
||||
typing-inspection==0.4.2
|
||||
typing_extensions==4.15.0
|
||||
uvicorn==0.38.0
|
||||
watchfiles==1.1.1
|
||||
websockets==15.0.1
|
||||
Reference in New Issue
Block a user