Add GE to requirements

This commit is contained in:
Pablo Martin 2023-01-26 17:36:46 +01:00
parent 5ca488dba5
commit b36c0bb26d
2 changed files with 4 additions and 2 deletions

View file

@ -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"
],
)