This commit is contained in:
xiamuceer
2025-10-30 11:14:43 +08:00
parent b97410d973
commit 0f6c2d344a
91 changed files with 22309 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Web框架
fastapi==0.109.0
uvicorn[standard]==0.27.0
python-multipart==0.0.6
# 数据库
sqlalchemy==2.0.25
aiosqlite==0.19.0
# 数据验证
pydantic==2.5.3
pydantic-settings==2.1.0
# AI服务
openai==1.10.0
anthropic==0.18.0
# 工具库
httpx==0.26.0
python-dotenv==1.0.0