File size: 426 Bytes
551658a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# FastAPI 及其依赖
fastapi==0.104.1
uvicorn[standard]==0.24.0.post1
pydantic==2.5.2
pydantic-settings==2.1.0

# 数据库相关
sqlalchemy==2.0.23
pymysql==1.1.0

# 安全相关
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.6

# 环境变量管理
python-dotenv==1.0.0

# 其他
python-magic==0.4.27
boto3==1.34.0
requests==2.31.0

# 开发工具
black==23.12.1
flake8==6.1.0
isort==5.12.0