Skip to content

Commit

Permalink
Fixed dependency order
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanbasten-ns committed Sep 20, 2023
1 parent f94df4b commit ed9aaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
Dependency("SQLAlchemy", "sqlalchemy", "==2.0.6", False),
Dependency("GeoAlchemy2", "geoalchemy2", "==0.13.*", False),
Dependency("pyqtgraph", "pyqtgraph", ">=0.13.2", False),
Dependency("alembic", "alembic", "==1.8.*", False),
Dependency("threedigrid", "threedigrid", "==2.0.*", False),
Dependency("threedi-schema", "threedi_schema", "==0.217.*", False),
Dependency("threedi-modelchecker", "threedi_modelchecker", "==2.4.*", False),
Dependency("threedidepth", "threedidepth", "==0.6.1", False),
Dependency("click", "click", ">=8.0", False),
Dependency("alembic", "alembic", "==1.8.*", False),
Dependency(
"importlib-resources", "importlib_resources", "", False
), # backward compat. alembic
Expand Down

0 comments on commit ed9aaa4

Please sign in to comment.