初次提交

This commit is contained in:
2025-10-14 20:05:29 +08:00
commit 6e4e48fdd2
673 changed files with 437006 additions and 0 deletions

View 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