更新 web/ws/backend/requirements.txt
This commit is contained in:
@@ -1,27 +1,28 @@
|
|||||||
# FastAPI 核心
|
annotated-doc==0.0.4
|
||||||
fastapi>=0.104.0
|
annotated-types==0.7.0
|
||||||
uvicorn[standard]>=0.24.0
|
anyio==4.12.0
|
||||||
pydantic>=2.5.0
|
async-timeout==5.0.1
|
||||||
pydantic-settings>=2.1.0
|
asyncpg==0.31.0
|
||||||
|
click==8.3.1
|
||||||
# 数据库
|
colorama==0.4.6
|
||||||
sqlalchemy>=2.0.0
|
databases==0.9.0
|
||||||
asyncpg>=0.29.0
|
exceptiongroup==1.3.1
|
||||||
alembic>=1.13.0
|
fastapi==0.125.0
|
||||||
|
greenlet==3.3.0
|
||||||
# 文件处理
|
h11==0.16.0
|
||||||
aiofiles>=23.2.0
|
httptools==0.7.1
|
||||||
python-multipart>=0.0.6
|
idna==3.11
|
||||||
|
psycopg2==2.9.11
|
||||||
# 认证
|
psycopg2-binary==2.9.11
|
||||||
python-jose[cryptography]>=3.3.0
|
pydantic==2.12.5
|
||||||
passlib[bcrypt]>=1.7.4
|
pydantic_core==2.41.5
|
||||||
|
python-dotenv==1.2.1
|
||||||
# 其他常用库
|
pytz==2025.2
|
||||||
python-dateutil>=2.8.2
|
PyYAML==6.0.3
|
||||||
pytz>=2023.3
|
SQLAlchemy==2.0.45
|
||||||
|
starlette==0.50.0
|
||||||
# 可选:AI/ML 相关(按需取消注释)
|
typing-inspection==0.4.2
|
||||||
# transformers>=4.35.0
|
typing_extensions==4.15.0
|
||||||
# torch>=2.1.0
|
uvicorn==0.38.0
|
||||||
# scikit-learn>=1.3.0
|
watchfiles==1.1.1
|
||||||
|
websockets==15.0.1
|
||||||
Reference in New Issue
Block a user