Skip to content

Commit a64e78d

Browse files
authored
Merge pull request #528 from MerginMaps/upgrade_geodiff
Upgrade geodiff to 2.x
2 parents b828b6c + 9290685 commit a64e78d

File tree

5 files changed

+1152
-987
lines changed

5 files changed

+1152
-987
lines changed

server/Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ flask-migrate = "==2.6.0" # 3.1.0
2626
wtforms-json = "==0.3.5"
2727
pytz = "==2022.2.1"
2828
scikit-build = "==0.18.1"
29-
pygeodiff = "==1.0.6"
29+
pygeodiff = "==2.0.4"
3030
pathvalidate = "==3.2.0"
3131
celery= "==5.4.0"
3232
redis= "==5.0.1"
@@ -40,6 +40,7 @@ psycogreen = "==1.0.2"
4040
importlib-metadata = "==8.4.0" # https://github.com/pallets/flask/issues/4502
4141
typing_extensions = "==4.12.2"
4242
python-magic = "==0.4.27"
43+
click = "==8.2.0"
4344
# requirements for development on windows
4445
colorama = "==0.4.5"
4546

0 commit comments

Comments
 (0)