diff --git a/requirements-dev.txt b/requirements-dev.txt index 2adb75e..323e289 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,4 +5,5 @@ pytest==7.2.0 httpretty==1.1.4 trino==0.321.0 sshtunnel==0.4.0 -PyMySQL==1.0.2 \ No newline at end of file +PyMySQL==1.0.2 +great_expectations==0.15.45 \ No newline at end of file diff --git a/setup.py b/setup.py index 3ac4e7f..542e071 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ setup( "boto3==1.26.40", "trino==0.321.0", "sshtunnel==0.4.0", - "PyMySQL==1.0.2" + "PyMySQL==1.0.2", + "great_expectations==0.15.45" ], )