Files
xiaoxia-saas/requirements-base.txt
xiaoxia 1c8cb20373
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 1m32s
CI/CD Pipeline / Unit Tests (push) Successful in 1m37s
CI/CD Pipeline / Frontend Lint (push) Successful in 2m7s
CI/CD Pipeline / Build Production API Image (push) Has been skipped
CI/CD Pipeline / Build Production Web Image (push) Has been skipped
CI/CD Pipeline / Build Production Worker Image (push) Has been skipped
CI/CD Pipeline / Deploy Production (push) Has been skipped
CI/CD Pipeline / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Integration Tests (push) Successful in 1m9s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m10s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m17s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 20m0s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been skipped
CI/CD Pipeline / Staging E2E Tests (push) Has been skipped
CI/CD Pipeline / Staging API Integration Tests (push) Has been skipped
feat(ci): P2债务清理 + Production部署门禁
feat(ci): P2债务清理 + Production部署门禁

- 升级PyJWT 2.9.0 -> 2.13.0,修复4个CVE
- 清理5处死代码(未使用import和参数)
- Production部署加健康检查门禁(API health + 登录接口 + Web前端)
- deploy-production加checkout,修复通知脚本路径问题
2026-07-14 16:57:57 +08:00

33 lines
542 B
Plaintext

# 小虾 SaaS - 基础依赖(稳定、变化少,用于 Docker 缓存分层)
# 修改此文件会触发完整重新构建,请谨慎修改
# 数据库(基础层)
psycopg2-binary==2.9.10
psycopg[binary]>=3.2.2
sqlalchemy==2.0.35
alembic==1.13.3
# Web 框架核心
fastapi==0.115.0
uvicorn[standard]==0.32.0
pydantic==2.9.0
# 认证核心
pyjwt==2.13.0
bcrypt==4.2.0
# Redis
redis==5.2.0
# 任务队列
celery==5.4.0
# 对象存储
oss2==2.18.4
# HTTP 客户端
httpx==0.27.2
# Prometheus monitoring
prometheus-client==0.21.1