Some checks failed
CD Pipeline / deploy (push) Failing after 59s
- 建立 Gitea Actions CD pipeline (.gitea/workflows/cd.yaml) - 部署模式: rsync Python 檔案至 188 → docker restart (volume mount) - Dockerfile/requirements 變動時自動重建 Docker image - 部署通知: Telegram (開始/成功/失敗) - 健康檢查: https://mo.wooo.work/health (最多 5 次重試) - 同步最新 CLAUDE.md / ADR-008 / memory (2026-04-19) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
57 lines
878 B
Plaintext
57 lines
878 B
Plaintext
# =============================================================================
|
|
# WOOO AIOps - Python Dependencies
|
|
# =============================================================================
|
|
|
|
# Web Framework
|
|
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
python-multipart>=0.0.6
|
|
|
|
# Database
|
|
sqlalchemy>=2.0.0
|
|
psycopg2-binary>=2.9.9
|
|
alembic>=1.13.0
|
|
|
|
# Authentication
|
|
pyjwt>=2.8.0
|
|
passlib[bcrypt]>=1.7.4
|
|
|
|
# Template Rendering
|
|
jinja2>=3.1.2
|
|
pyyaml>=6.0.1
|
|
|
|
# HTTP Client
|
|
requests>=2.31.0
|
|
httpx>=0.26.0
|
|
|
|
# Kubernetes
|
|
kubernetes>=29.0.0
|
|
|
|
# Monitoring & Alerting
|
|
prometheus-client>=0.19.0
|
|
|
|
# Caching
|
|
redis>=5.0.0
|
|
|
|
# Task Queue (可選)
|
|
celery>=5.3.0
|
|
|
|
# Utilities
|
|
python-dotenv>=1.0.0
|
|
pydantic>=2.5.0
|
|
pydantic-settings>=2.1.0
|
|
|
|
# Logging
|
|
structlog>=24.1.0
|
|
|
|
# Testing
|
|
pytest>=7.4.0
|
|
pytest-asyncio>=0.23.0
|
|
httpx>=0.26.0
|
|
|
|
# Security
|
|
cryptography>=41.0.0
|
|
|
|
# Date/Time
|
|
python-dateutil>=2.8.2
|