Files
xiaoxia-saas/requirements.txt
T
API文档维护Agent f92bd25583
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
security: 升级 python-multipart 0.0.12 → 0.0.32 修复 CVE
- CVE-2024-53981 (DoS)
- CVE-2026-24486 (RCE)
2026-06-28 18:32:14 +08:00

56 lines
773 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 小虾 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.10
psycopg[binary]==3.1.18
sqlalchemy==2.0.35
alembic==1.13.3
# 认证
pyjwt==2.9.0
bcrypt==4.2.0
python-multipart==0.0.32
# 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
# 视频处理
ffmpeg-python==0.2.0
Pillow==10.4.0
# 对象存储(阿里云 OSS
oss2==2.18.4
# 任务队列
celery==5.4.0
# 数据分析(用于视频质量评估)
numpy>=1.24.0
scipy>=1.10.0
opencv-python-headless>=4.8.0
# Prometheus monitoring
prometheus-client==0.21.1