Skip to content

Commit

Permalink
Set requirements for python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
marwoodandrew committed Oct 29, 2024
1 parent 0e83f90 commit 44b00c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 5 additions & 9 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -231,7 +229,6 @@ python-twitter==3.5
# via superdesk-core
pytz==2024.2
# via
# babel
# eve-elastic
# flask-babel
# icalendar
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 44b00c0

Please sign in to comment.