Skip to content
Snippets Groups Projects
Commit b53ba8be authored by Wit, Allard de's avatar Wit, Allard de
Browse files

Update pyproject.toml to indicate the SQLAlchemy version should be < 2.0

parent 4e26a518
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ requires = [ ...@@ -13,7 +13,7 @@ requires = [
"click>=7.1", "click>=7.1",
"geopandas>= 0.8", "geopandas>= 0.8",
"pyyaml>= 5.3", "pyyaml>= 5.3",
"sqlalchemy>= 1.4", "sqlalchemy< 2.0",
] ]
requires-python=">= 3.6" requires-python=">= 3.6"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment