初次提交
This commit is contained in:
22
backend/requirements_8080.txt
Normal file
22
backend/requirements_8080.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
# 云盘应用依赖 - 端口8080版本
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
requests==2.31.0
|
||||
python-dotenv==1.0.0
|
||||
loguru>=0.7.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
|
||||
|
||||
# 数据验证
|
||||
pydantic==2.5.0
|
||||
pydantic-settings==2.1.0
|
||||
|
||||
# HTTP客户端
|
||||
httpx==0.25.2
|
||||
Reference in New Issue
Block a user