Skip to content

Commit

Permalink
update server requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Sep 12, 2024
1 parent e6429b6 commit 1a6e5c4
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ babel==2.16.0
# via flask-babel
bcrypt==3.1.7
# via superdesk-core
billiard==3.6.4.0
billiard==4.2.0
# via celery
blinker==1.4
# via
Expand All @@ -34,7 +34,7 @@ botocore==1.35.17
# s3transfer
cachetools==5.5.0
# via flask-oidc-ex
celery[redis]==5.2.7
celery[redis]==5.4.0
# via superdesk-core
cerberus==1.3.5
# via
Expand Down Expand Up @@ -121,7 +121,7 @@ httplib2==0.22.0
# via oauth2client
idna==3.8
# via requests
importlib-metadata==3.1.1
importlib-metadata==8.5.0
# via superdesk-core
itsdangerous==1.1.0
# via
Expand All @@ -141,7 +141,7 @@ jwcrypto==1.5.6
# via
# flask-oidc-ex
# python-jwt
kombu==5.2.4
kombu==5.4.1
# via
# celery
# superdesk-core
Expand Down Expand Up @@ -190,10 +190,11 @@ pymongo==3.11.4
# superdesk-core
pyparsing==3.1.4
# via httplib2
python-dateutil==2.7.5
python-dateutil==2.8.2
# via
# arrow
# botocore
# celery
# croniter
# superdesk-core
python-jwt==4.1.0
Expand All @@ -204,7 +205,6 @@ python-twitter==3.5
# via superdesk-core
pytz==2024.2
# via
# celery
# eve-elastic
# flask-babel
# superdesk-core
Expand All @@ -213,7 +213,7 @@ pyyaml==6.0.2
# via superdesk-core
raven[flask]==6.10.0
# via superdesk-core
redis==4.5.5
redis==4.5.4
# via
# celery
# superdesk-core
Expand Down Expand Up @@ -248,6 +248,8 @@ typing-extensions==4.12.2
# via
# jwcrypto
# superdesk-core
tzdata==2024.1
# via celery
tzlocal==2.1
# via superdesk-core
unidecode==0.4.21
Expand Down

0 comments on commit 1a6e5c4

Please sign in to comment.