From 44b00c004a02c1a1532238b9b57233460feae79a Mon Sep 17 00:00:00 2001 From: marwoodandrew Date: Tue, 29 Oct 2024 15:38:04 +1100 Subject: [PATCH] Set requirements for python 3.10 --- server/requirements.in | 2 +- server/requirements.txt | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/server/requirements.in b/server/requirements.in index 7e2d17d3c..508a05fde 100644 --- a/server/requirements.in +++ b/server/requirements.in @@ -5,7 +5,7 @@ unidecode==0.04.21 newrelic==8.7.0 titlecase==0.8.2 pyasn1==0.4.8 -geopy==1.11.0 +geopy==2.4.0 slackclient==1.0.9 # Restrict protobuf version diff --git a/server/requirements.txt b/server/requirements.txt index 4ea4176a2..ae2c18890 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile requirements.in @@ -16,10 +16,6 @@ authlib==0.14.3 # via superdesk-core babel==2.16.0 # via flask-babel -backports-zoneinfo[tzdata]==0.2.1 - # via - # celery - # kombu bcrypt==3.1.7 # via superdesk-core billiard==4.2.1 @@ -115,7 +111,9 @@ flask-script==2.0.6 # via superdesk-core future==1.0.0 # via python-twitter -geopy==1.11.0 +geographiclib==2.0 + # via geopy +geopy==2.4.0 # via -r requirements.in gspread==3.1.0 # via -r requirements.in @@ -231,7 +229,6 @@ python-twitter==3.5 # via superdesk-core pytz==2024.2 # via - # babel # eve-elastic # flask-babel # icalendar @@ -286,12 +283,11 @@ titlecase==0.8.2 typing-extensions==4.12.2 # via # jwcrypto - # kombu # superdesk-core tzdata==2024.1 # via - # backports-zoneinfo # celery + # kombu tzlocal==2.1 # via superdesk-core unidecode==0.4.21