Include SQLAlchemy in dependencies.
This commit is contained in:
parent
52fd24ae5e
commit
ca1d3471b5
2 changed files with 4 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -30,6 +30,7 @@ setup(
|
|||
"trino==0.321.0",
|
||||
"sshtunnel==0.4.0",
|
||||
"PyMySQL==1.0.2",
|
||||
"great_expectations==0.15.45"
|
||||
"great_expectations==0.15.45",
|
||||
"SQLAlchemy==1.4.46",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue