deps: psycopg2-binary for sync alembic migrations in the runtime image

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-02 16:21:50 +02:00
parent ba325976da
commit 3ed85313c7
2 changed files with 44 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ dependencies = [
"sqlalchemy[asyncio]>=2.0",
"alembic>=1.13",
"asyncpg>=0.29",
"psycopg2-binary>=2.9",
"httpx>=0.27",
"uvicorn[standard]>=0.30",
"cryptography>=42.0",