初始化

This commit is contained in:
2025-10-28 13:00:35 +08:00
commit ff3d9cc343
37 changed files with 10368 additions and 0 deletions

19
requirements.txt Normal file
View File

@@ -0,0 +1,19 @@
# Web框架
fastapi==0.104.1
uvicorn[standard]==0.24.0
# HTTP客户端
httpx==0.25.1
# 环境变量管理
python-dotenv==1.0.0
# 数据验证
pydantic==2.5.0
pydantic-settings==2.1.0
# 系统监控
psutil==7.1.2
# 注意使用Python标准库sqlite3不引入SQLAlchemy