gitea_client.py 依赖 httpx 但未列入 requirements.txt, 导致 Docker 镜像中缺少该模块,API 启动时 import 失败。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
fastapi
|
|
uvicorn[standard]
|
|
sqlmodel
|
|
psycopg2-binary
|
|
asyncpg
|
|
python-dotenv
|
|
httpx
|