初次提交
This commit is contained in:
32
backend/production-requirements.txt
Normal file
32
backend/production-requirements.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
# Web框架
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
|
||||
# 数据库
|
||||
sqlalchemy==2.0.23
|
||||
pymysql==1.1.0
|
||||
alembic==1.12.1
|
||||
|
||||
# Redis
|
||||
redis==5.0.1
|
||||
|
||||
# 认证和安全
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
python-multipart==0.0.6
|
||||
|
||||
# 数据验证
|
||||
pydantic==2.5.0
|
||||
pydantic-settings==2.1.0
|
||||
|
||||
# HTTP客户端
|
||||
httpx==0.25.2
|
||||
|
||||
# 工具库
|
||||
python-dotenv==1.0.0
|
||||
|
||||
# 邮件验证
|
||||
email-validator==2.1.0
|
||||
|
||||
# 生产环境优化
|
||||
gunicorn==21.2.0
|
||||
Reference in New Issue
Block a user