Files
labweb/web/ws/backend/requirements.txt
2025-11-22 21:29:00 +08:00

28 lines
451 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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