-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
46 lines (43 loc) · 1.06 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[metadata]
name = airflow-provider-great-expectations
version = attr: great_expectations_provider.__version__
[options]
python_requires = >=3.9
packages = find_namespace:
include_package_data = true
install_requires =
great-expectations>=1.3.1
apache-airflow>=2.1
setuptools>=41.0.0
[options.extras_require]
athena =
great-expectations[athena]>=1.3.1
azure =
great-expectations[azure]>=1.3.1
bigquery =
great-expectations[bigquery]>=1.3.1
lint =
mypy==1.14.1
ruff==0.8.3
pytest==8.3.4
pytest-mock==3.14.0
great-expectations[spark, spark-connect]>=1.3.1
gcp =
great-expectations[gcp]>=1.3.1
mssql =
great-expectations[mssql]>=1.3.1
postgresql =
great-expectations[postgresql]>=1.3.1
s3 =
great-expectations[s3]>=1.3.1
snowflake =
great-expectations[snowflake]>=1.3.1
spark =
great-expectations[spark, spark-connect]>=1.3.1
pyarrow>=4.0.0
tests =
pytest==8.3.4
pytest-mock==3.14.0
[options.entry_points]
apache_airflow_provider=
provider_info=great_expectations_provider.__init__:get_provider_info