926d0fa272
Tests / test (push) Failing after 0s
Tests / lint (push) Failing after 0s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
56 lines
773 B
Plaintext
56 lines
773 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.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.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
|
||
|
||
# 视频处理
|
||
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
|