Add psycopg2-binary to dependencies for PostgreSQL support
- Required for SQLAlchemy PostgreSQL connections - Fixes: ModuleNotFoundError: No module named 'psycopg2'
This commit is contained in:
parent
44ddd88879
commit
895c34e2c1
@ -15,6 +15,7 @@ authors = [
|
||||
dependencies = [
|
||||
"sqlalchemy>=2.0",
|
||||
"alembic>=1.13",
|
||||
"psycopg2-binary>=2.9",
|
||||
"pydantic>=2.0",
|
||||
"pydantic-settings>=2.0",
|
||||
"pandas>=2.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user