Changeset View
Changeset View
Standalone View
Standalone View
python_modules/libraries/dagster-aws/setup.py
Show All 23 Lines | setup( | ||||
"Programming Language :: Python :: 3.6", | "Programming Language :: Python :: 3.6", | ||||
"Programming Language :: Python :: 3.7", | "Programming Language :: Python :: 3.7", | ||||
"Programming Language :: Python :: 3.8", | "Programming Language :: Python :: 3.8", | ||||
"License :: OSI Approved :: Apache Software License", | "License :: OSI Approved :: Apache Software License", | ||||
"Operating System :: OS Independent", | "Operating System :: OS Independent", | ||||
], | ], | ||||
packages=find_packages(exclude=["test"]), | packages=find_packages(exclude=["test"]), | ||||
include_package_data=True, | include_package_data=True, | ||||
install_requires=["boto3", "dagster", "packaging", "psycopg2-binary", "requests"], | install_requires=["boto3", "dagster", "packaging", "psycopg2-binary<2.9", "requests"], | ||||
extras_require={"pyspark": ["dagster-pyspark"], "test": ["moto==1.3.16"]}, | extras_require={"pyspark": ["dagster-pyspark"], "test": ["moto==1.3.16"]}, | ||||
zip_safe=False, | zip_safe=False, | ||||
) | ) |