Skip to content

Commit

Permalink
fix: pinning sqlalchemy to version < 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius authored Feb 16, 2023
1 parent d37d7c8 commit 6e67239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
else [],
extras_require={
"backend-django": ["django"],
"backend-sqlalchemy": ["geoalchemy2", "sqlalchemy"],
"backend-sqlalchemy": ["geoalchemy2", "sqlalchemy<2.0.0"],
"backend-native": ["shapely"],
"backend-elasticsearch": ["elasticsearch", "elasticsearch-dsl"],
"fes": ["pygml>=0.2"],
Expand Down

0 comments on commit 6e67239

Please sign in to comment.