diff --git a/requirements-dev.txt b/requirements-dev.txt index 323e289..a873f24 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,4 +6,5 @@ httpretty==1.1.4 trino==0.321.0 sshtunnel==0.4.0 PyMySQL==1.0.2 -great_expectations==0.15.45 \ No newline at end of file +great_expectations==0.15.45 +SQLAlchemy==1.4.46 \ No newline at end of file diff --git a/setup.py b/setup.py index 542e071..a0f4dbd 100644 --- a/setup.py +++ b/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", ], )