Skip to content

Commit

Permalink
update server requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Feb 8, 2024
1 parent c5f5bc4 commit 4539fbe
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ blinker==1.4
# raven
# sentry-sdk
# superdesk-core
boto3==1.34.33
boto3==1.34.37
# via superdesk-core
botocore==1.34.33
botocore==1.34.37
# via
# boto3
# s3transfer
Expand All @@ -47,7 +47,9 @@ cachetools==5.3.2
# flask-oidc-ex
# google-auth
celery[redis]==5.2.7
# via superdesk-core
# via
# celery
# superdesk-core
cerberus==1.3.5
# via
# eve
Expand Down Expand Up @@ -97,15 +99,17 @@ cssselect2==0.7.0
deepdiff==6.7.1
# via superdesk-planning
deprecated==1.2.14
# via
# jwcrypto
# limits
# via limits
draftjs-exporter[lxml]==2.1.7
# via superdesk-core
# via
# draftjs-exporter
# superdesk-core
ecs-logging==2.1.0
# via elastic-apm
elastic-apm[flask]==6.20.0
# via superdesk-core
# via
# elastic-apm
# superdesk-core
elasticsearch==7.13.4
# via eve-elastic
eve==1.1.2
Expand Down Expand Up @@ -191,7 +195,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
jwcrypto==1.5.1
jwcrypto==1.5.3
# via
# flask-oidc-ex
# python-jwt
Expand Down Expand Up @@ -309,7 +313,9 @@ pyyaml==6.0.1
qrcode==7.4.2
# via pyhanko
raven[flask]==6.10.0
# via superdesk-core
# via
# raven
# superdesk-core
redis==4.5.5
# via
# celery
Expand Down Expand Up @@ -338,7 +344,9 @@ rsa==4.9
s3transfer==0.10.0
# via boto3
sentry-sdk[flask]==1.5.12
# via newsroom-core
# via
# newsroom-core
# sentry-sdk
sgmllib3k==1.0.0
# via feedparser
simplejson==3.19.2
Expand All @@ -354,7 +362,7 @@ six==1.16.0
# oauth2client
# python-bidi
# python-dateutil
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@release/2.7
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@v2.7.0-rc3
# via newsroom-core
superdesk-planning @ git+https://github.com/superdesk/[email protected]
# via newsroom-core
Expand All @@ -366,6 +374,7 @@ tinycss2==1.2.1
# svglib
typing-extensions==4.9.0
# via
# jwcrypto
# limits
# qrcode
# superdesk-core
Expand Down

0 comments on commit 4539fbe

Please sign in to comment.