Revert to psycopg2-binary for Docker compatibility
Docker container build requires psycopg2-binary since it lacks PostgreSQL development headers. Production deployments can use psycopg2 source when properly configured. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@ gunicorn==23.0.0
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.36
|
||||
psycopg2==2.9.10
|
||||
psycopg2-binary==2.9.10
|
||||
asyncpg==0.30.0
|
||||
alembic==1.14.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user