This commit is contained in:
雷雨
2025-12-15 22:05:56 +08:00
commit 8635b84b2d
230 changed files with 53888 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# FastAPI 和相关依赖
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.5.0
pydantic-settings>=2.1.0
# HTTP 客户端
httpx>=0.25.0
requests>=2.31.0
# 数据库
PyMySQL>=1.1.0
SQLAlchemy>=2.0.0
PyYAML>=6.0.0
# 加密
pycryptodome>=3.19.0
# 图像处理
Pillow>=10.0.0
# 工具
python-dotenv>=1.0.0