log-center/requirements.txt
repair-agent f8f8c1174f
All checks were successful
Build and Deploy Log Center / build-and-deploy (push) Successful in 1m37s
fix: 添加 httpx 依赖,修复 API 启动崩溃
gitea_client.py 依赖 httpx 但未列入 requirements.txt,
导致 Docker 镜像中缺少该模块,API 启动时 import 失败。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 10:46:22 +08:00

8 lines
79 B
Plaintext

fastapi
uvicorn[standard]
sqlmodel
psycopg2-binary
asyncpg
python-dotenv
httpx