首次提交by MimoCode
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
# Web 框架
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
python-multipart==0.0.6
|
||||
|
||||
# 数据库
|
||||
sqlalchemy==2.0.23
|
||||
alembic==1.13.0
|
||||
aiosqlite==0.19.0
|
||||
|
||||
# 认证
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
|
||||
# 数据验证
|
||||
pydantic==2.5.2
|
||||
pydantic-settings==2.1.0
|
||||
|
||||
# AI 服务
|
||||
openai==1.6.1
|
||||
anthropic==0.8.0
|
||||
httpx==0.25.2
|
||||
|
||||
# 通知
|
||||
aiohttp==3.9.1
|
||||
|
||||
# 文件处理
|
||||
aiofiles==23.2.1
|
||||
Pillow==10.1.0
|
||||
|
||||
# 工具
|
||||
python-dotenv==1.0.0
|
||||
loguru==0.7.2
|
||||
apscheduler==3.10.4
|
||||
|
||||
# 测试
|
||||
pytest==7.4.3
|
||||
pytest-asyncio==0.23.2
|
||||
Reference in New Issue
Block a user