Changeset View
Changeset View
Standalone View
Standalone View
python_modules/libraries/dagster-postgres/setup.py
Show All 28 Lines | setup( | ||||
], | ], | ||||
packages=find_packages(exclude=["test"]), | packages=find_packages(exclude=["test"]), | ||||
package_data={ | package_data={ | ||||
"dagster-postgres": [ | "dagster-postgres": [ | ||||
"dagster_postgres/alembic/*", | "dagster_postgres/alembic/*", | ||||
] | ] | ||||
}, | }, | ||||
include_package_data=True, | include_package_data=True, | ||||
install_requires=["dagster", "psycopg2-binary"], | install_requires=["dagster", "psycopg2-binary<2.9"], | ||||
zip_safe=False, | zip_safe=False, | ||||
) | ) |