Files
xiaoxia-saas/requirements.txt
T
Xiaoxia AI 495f0e36e1
Deploy / Deploy Staging (push) Failing after 6s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 23s
Tests / lint (push) Failing after 20s
fix(ci): add email-validator for pydantic email fields
2026-06-17 17:54:20 +08:00

35 lines
446 B
Plaintext

# 小虾 SaaS - Python 依赖
# Web 框架
fastapi==0.115.0
uvicorn[standard]==0.32.0
pydantic==2.9.0
email-validator==2.2.0
pydantic-settings==2.6.0
# 数据库
psycopg2-binary==2.9.9
sqlalchemy==2.0.35
# 认证
pyjwt==2.9.0
bcrypt==4.2.0
python-multipart==0.0.12
# Redis
redis==5.2.0
# 邮件
aiosmtplib==3.0.2
# HTTP 客户端
httpx==0.27.2
# 测试
pytest==8.3.3
pytest-asyncio==0.24.0
pytest-cov==6.0.0
# 工具
python-dotenv==1.0.1