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:
parent
ba325976da
commit
3ed85313c7
2 changed files with 44 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue