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 15, 2023
1 parent 9996959 commit 2528af9
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile
# pip-compile requirements.in
#
amqp==5.1.1
# via kombu
arrow==0.13.0
# via
# eve-elastic
# superdesk-core
async-timeout==4.0.2
async-timeout==4.0.3
# via redis
authlib==0.14.3
# via superdesk-core
Expand All @@ -26,17 +26,17 @@ blinker==1.4
# flask-mail
# raven
# superdesk-core
boto3==1.28.18
boto3==1.28.48
# via superdesk-core
botocore==1.31.18
botocore==1.31.48
# via
# boto3
# s3transfer
cachetools==5.3.1
# via flask-oidc-ex
celery[redis]==5.2.7
# via superdesk-core
cerberus==1.3.4
cerberus==1.3.5
# via
# eve
# superdesk-core
Expand All @@ -55,7 +55,7 @@ charset-normalizer==3.2.0
# via requests
ciso8601==1.0.8
# via eve-elastic
click==8.1.6
click==8.1.7
# via
# celery
# click-didyoumean
Expand All @@ -74,13 +74,13 @@ cryptography==41.0.3
# via
# authlib
# jwcrypto
deepdiff==6.3.1
deepdiff==6.5.0
# via superdesk-planning
deprecated==1.2.14
# via jwcrypto
draftjs-exporter[lxml]==2.1.7
# via superdesk-core
ecs-logging==2.0.2
ecs-logging==2.1.0
# via elastic-apm
elastic-apm[flask]==6.18.0
# via superdesk-core
Expand All @@ -90,7 +90,7 @@ et-xmlfile==1.1.0
# via openpyxl
eve==1.1.2
# via superdesk-core
eve-elastic==7.3.1
eve-elastic==7.3.2
# via superdesk-core
events==0.3
# via eve
Expand Down Expand Up @@ -213,7 +213,7 @@ python-magic==0.4.27
# via superdesk-core
python-twitter==3.5
# via superdesk-core
pytz==2023.3
pytz==2023.3.post1
# via
# celery
# eve-elastic
Expand All @@ -240,7 +240,7 @@ requests-oauthlib==1.3.1
# via python-twitter
rsa==4.9
# via oauth2client
s3transfer==0.6.1
s3transfer==0.6.2
# via boto3
sgmllib3k==1.0.0
# via feedparser
Expand Down Expand Up @@ -286,6 +286,3 @@ wrapt==1.15.0
# via
# deprecated
# elastic-apm

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 2528af9

Please sign in to comment.