Skip to content

Commit

Permalink
update requirement.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Aug 3, 2023
1 parent ada3291 commit 0a3662c
Showing 1 changed file with 24 additions and 21 deletions.
45 changes: 24 additions & 21 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --resolver=backtracking requirements.in
# pip-compile
#
amqp==5.1.1
# via kombu
Expand All @@ -26,21 +26,21 @@ blinker==1.4
# flask-mail
# raven
# superdesk-core
boto3==1.26.140
boto3==1.28.18
# via superdesk-core
botocore==1.29.140
botocore==1.31.18
# via
# boto3
# s3transfer
cachetools==5.3.0
cachetools==5.3.1
# via flask-oidc-ex
celery[redis]==5.2.7
# via superdesk-core
cerberus==1.3.4
# via
# eve
# superdesk-core
certifi==2023.5.7
certifi==2023.7.22
# via
# elastic-apm
# elasticsearch
Expand All @@ -51,11 +51,11 @@ cffi==1.15.1
# cryptography
chardet==3.0.4
# via superdesk-core
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
ciso8601==1.0.8
# via eve-elastic
click==8.1.3
click==8.1.6
# via
# celery
# click-didyoumean
Expand All @@ -66,21 +66,23 @@ click-didyoumean==0.3.0
# via celery
click-plugins==1.1.1
# via celery
click-repl==0.2.0
click-repl==0.3.0
# via celery
croniter==0.3.37
# via superdesk-core
cryptography==40.0.2
cryptography==41.0.3
# via
# authlib
# jwcrypto
deepdiff==6.3.0
deepdiff==6.3.1
# via superdesk-planning
deprecated==1.2.13
deprecated==1.2.14
# via jwcrypto
draftjs-exporter[lxml]==2.1.7
# via superdesk-core
elastic-apm[flask]==6.15.1
ecs-logging==2.0.2
# via elastic-apm
elastic-apm[flask]==6.18.0
# via superdesk-core
elasticsearch==7.13.4
# via eve-elastic
Expand Down Expand Up @@ -115,7 +117,7 @@ flask-script==2.0.6
# via superdesk-core
future==0.18.3
# via python-twitter
gunicorn==20.1.0
gunicorn==21.2.0
# via -r requirements.in
hachoir==3.0a3
# via superdesk-core
Expand Down Expand Up @@ -143,7 +145,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
jwcrypto==1.4.2
jwcrypto==1.5.0
# via
# flask-oidc-ex
# python-jwt
Expand All @@ -164,7 +166,7 @@ markupsafe==2.0.1
# superdesk-core
mongolock==1.3.4
# via superdesk-core
natsort==8.3.1
natsort==8.4.0
# via croniter
oauth2client==4.1.3
# via flask-oidc-ex
Expand All @@ -174,9 +176,11 @@ openpyxl==3.0.7
# via -r requirements.in
ordered-set==4.1.0
# via deepdiff
packaging==23.1
# via gunicorn
pillow==9.2.0
# via superdesk-core
prompt-toolkit==3.0.38
prompt-toolkit==3.0.39
# via click-repl
pyasn1==0.5.0
# via
Expand All @@ -193,7 +197,7 @@ pymongo==3.11.4
# eve
# mongolock
# superdesk-core
pyparsing==3.0.9
pyparsing==3.1.1
# via httplib2
python-dateutil==2.7.5
# via
Expand All @@ -217,7 +221,7 @@ pytz==2023.3
# icalendar
# superdesk-core
# tzlocal
pyyaml==5.4.1
pyyaml==6.0.1
# via superdesk-core
raven[flask]==6.10.0
# via superdesk-core
Expand Down Expand Up @@ -245,15 +249,14 @@ simplejson==3.19.1
six==1.16.0
# via
# bcrypt
# click-repl
# flask-oidc-ex
# oauth2client
# python-dateutil
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@hotfix/2.6.5
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.6.2
# via -r requirements.in
typing-extensions==4.6.2
typing-extensions==4.7.1
# via superdesk-core
tzlocal==2.1
# via superdesk-core
Expand Down

0 comments on commit 0a3662c

Please sign in to comment.