deep-risk/backend/requirements-core.txt
2025-12-14 20:08:27 +08:00

21 lines
402 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==0.110.0
uvicorn[standard]==0.29.0
pydantic==2.5.0
pydantic-settings==2.1.0
sqlalchemy[asyncio]==2.0.25
# 认证和安全
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
python-decouple==3.8
# 数据处理可选如果pandas编译失败可以暂时跳过
# pandas==2.2.0
openpyxl==3.1.2
email-validator==2.1.0
# 工具库
python-multipart==0.0.9
loguru==0.7.2