初始版本

This commit is contained in:
z66
2025-12-26 13:42:22 +08:00
parent ddb90d6c20
commit b495bc1dca
43 changed files with 2179 additions and 20 deletions
+24
View File
@@ -0,0 +1,24 @@
# FastAPI 核心
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
# 数据库
sqlmodel>=0.0.14
sqlalchemy>=2.0.0
# 数据验证
pydantic>=2.0.0
pydantic-settings>=2.0.0
email-validator>=2.0.0
# 安全认证
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
python-multipart>=0.0.6
# HTTP 客户端(用于调用第三方 API)
httpx>=0.25.0
# 其他工具
python-dotenv>=1.0.0