Add psycopg2-binary to dependencies for PostgreSQL support

- Required for SQLAlchemy PostgreSQL connections
- Fixes: ModuleNotFoundError: No module named 'psycopg2'
This commit is contained in:
ilia 2025-12-14 21:12:36 -05:00
parent 44ddd88879
commit 895c34e2c1

View File

@ -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",