| 12345678910111213141516171819 |
- # FastAPI核心依赖
- fastapi==0.104.1
- uvicorn[standard]==0.24.0
- python-multipart==0.0.6
- # 数据库相关
- sqlalchemy==2.0.23
- aiomysql==0.2.0
- # 认证和安全
- python-jose[cryptography]==3.3.0
- httpx==0.25.2
- # 配置管理
- pydantic==2.5.0
- pydantic-settings==2.1.0
- # 开发工具
- python-dotenv==1.0.0
|