Add GE to requirements
This commit is contained in:
parent
5ca488dba5
commit
b36c0bb26d
2 changed files with 4 additions and 2 deletions
|
|
@ -6,3 +6,4 @@ httpretty==1.1.4
|
||||||
trino==0.321.0
|
trino==0.321.0
|
||||||
sshtunnel==0.4.0
|
sshtunnel==0.4.0
|
||||||
PyMySQL==1.0.2
|
PyMySQL==1.0.2
|
||||||
|
great_expectations==0.15.45
|
||||||
3
setup.py
3
setup.py
|
|
@ -29,6 +29,7 @@ setup(
|
||||||
"boto3==1.26.40",
|
"boto3==1.26.40",
|
||||||
"trino==0.321.0",
|
"trino==0.321.0",
|
||||||
"sshtunnel==0.4.0",
|
"sshtunnel==0.4.0",
|
||||||
"PyMySQL==1.0.2"
|
"PyMySQL==1.0.2",
|
||||||
|
"great_expectations==0.15.45"
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue