32 lines
472 B
Plaintext
32 lines
472 B
Plaintext
# FastAPI 核心
|
|
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
python-multipart==0.0.6
|
|
email-validator==2.1.0
|
|
|
|
# 数据库
|
|
SQLAlchemy==2.0.25
|
|
pymysql==1.1.0
|
|
aiomysql==0.2.0
|
|
alembic==1.13.1
|
|
greenlet==3.0.3
|
|
|
|
# Redis
|
|
redis==5.0.1
|
|
aioredis==2.0.1
|
|
|
|
# 认证与安全
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
python-dotenv==1.0.0
|
|
pydantic==2.5.3
|
|
pydantic-settings==2.1.0
|
|
|
|
# 文件处理
|
|
aiofiles==23.2.1
|
|
python-magic==0.4.27
|
|
|
|
# 工具库
|
|
PyYAML==6.0.1
|
|
loguru==0.7.2
|