Changeset View
Changeset View
Standalone View
Standalone View
examples/legacy_examples/setup.py
Show All 31 Lines | extras_require={ | ||||
"descartes", | "descartes", | ||||
'geopandas; "win" not in sys_platform', | 'geopandas; "win" not in sys_platform', | ||||
"google-api-python-client", | "google-api-python-client", | ||||
"google-cloud-storage", | "google-cloud-storage", | ||||
"keras; python_version < '3.9'", | "keras; python_version < '3.9'", | ||||
"lakehouse", | "lakehouse", | ||||
"matplotlib", | "matplotlib", | ||||
"mock", | "mock", | ||||
"moto>=1.3.7", | "moto>=1.3.16", | ||||
"pandas>=1.0.0", | "pandas>=1.0.0", | ||||
"pytest-mock", | "pytest-mock", | ||||
# Pyspark 2.x is incompatible with Python 3.8+ | # Pyspark 2.x is incompatible with Python 3.8+ | ||||
'pyspark>=3.0.0; python_version >= "3.8"', | 'pyspark>=3.0.0; python_version >= "3.8"', | ||||
'pyspark>=2.0.2; python_version < "3.8"', | 'pyspark>=2.0.2; python_version < "3.8"', | ||||
"sqlalchemy-redshift>=0.7.2", | "sqlalchemy-redshift>=0.7.2", | ||||
"SQLAlchemy-Utils==0.33.8", | "SQLAlchemy-Utils==0.33.8", | ||||
'tensorflow; python_version < "3.9"', | 'tensorflow; python_version < "3.9"', | ||||
"dagster-gcp", | "dagster-gcp", | ||||
], | ], | ||||
"dbt": ["dbt-postgres"], | "dbt": ["dbt-postgres"], | ||||
"airflow": ["dagster_airflow", "docker-compose==1.23.2"], | "airflow": ["dagster_airflow", "docker-compose==1.23.2"], | ||||
}, | }, | ||||
include_package_data=True, | include_package_data=True, | ||||
) | ) |