Skip to content

Commit

Permalink
update server requirements (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek authored May 16, 2024
1 parent 0a8e51a commit b3dc51c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 deletions.
4 changes: 2 additions & 2 deletions server/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gunicorn
honcho

git+https://github.com/superdesk/superdesk-core.git@release/2.7#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@release/2.7#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-core.git@develop#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@develop#egg=superdesk-planning
53 changes: 26 additions & 27 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ async-timeout==4.0.3
# via redis
authlib==0.14.3
# via superdesk-core
babel==2.14.0
babel==2.15.0
# via flask-babel
bcrypt==3.1.7
bcrypt==4.1.3
# via superdesk-core
billiard==3.6.4.0
# via celery
Expand All @@ -26,9 +26,9 @@ blinker==1.7.0
# flask-mail
# raven
# superdesk-core
boto3==1.34.71
boto3==1.34.106
# via superdesk-core
botocore==1.34.71
botocore==1.34.106
# via
# boto3
# s3transfer
Expand All @@ -46,9 +46,7 @@ certifi==2024.2.2
# elasticsearch
# requests
cffi==1.16.0
# via
# bcrypt
# cryptography
# via cryptography
chardet==5.2.0
# via superdesk-core
charset-normalizer==3.3.2
Expand All @@ -69,19 +67,19 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
croniter==0.3.37
croniter==2.0.5
# via superdesk-core
cryptography==42.0.5
cryptography==42.0.7
# via
# authlib
# jwcrypto
deepdiff==6.7.1
deepdiff==7.0.1
# via superdesk-planning
draftjs-exporter[lxml]==2.1.7
draftjs-exporter[lxml]==2.1.0
# via superdesk-core
ecs-logging==2.1.0
# via elastic-apm
elastic-apm[flask]==6.21.4.post8347027212
elastic-apm[flask]==6.22.0
# via superdesk-core
elasticsearch==7.13.4
# via
Expand All @@ -108,7 +106,7 @@ flask-babel==2.0.0
# via superdesk-core
flask-mail==0.9.1
# via superdesk-core
flask-oidc-ex==0.5.5
flask-oidc-ex==0.5.8
# via superdesk-core
flask-script==2.0.6
# via superdesk-core
Expand All @@ -124,7 +122,7 @@ honcho==1.1.0
# via -r requirements.in
httplib2==0.22.0
# via oauth2client
icalendar==4.0.9
icalendar==5.0.12
# via superdesk-planning
idna==3.7
# via requests
Expand Down Expand Up @@ -152,19 +150,20 @@ kombu==5.2.4
# superdesk-core
ldap3==2.5.2
# via superdesk-core
lxml==4.6.5
lxml==5.2.2
# via
# draftjs-exporter
# lxml-html-clean
# superdesk-core
# xmlsec
lxml-html-clean==0.1.1
# via superdesk-core
markupsafe==2.0.1
# via
# jinja2
# superdesk-core
mongolock==1.3.4
# via superdesk-core
natsort==8.4.0
# via croniter
oauth2client==4.1.3
# via flask-oidc-ex
oauthlib==3.2.2
Expand All @@ -187,7 +186,7 @@ pyasn1==0.6.0
# rsa
pyasn1-modules==0.4.0
# via oauth2client
pycparser==2.21
pycparser==2.22
# via cffi
pyjwt==2.4.0
# via superdesk-core
Expand All @@ -200,7 +199,7 @@ pymongo==3.11.4
# superdesk-core
pyparsing==3.1.2
# via httplib2
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# arrow
# botocore
Expand All @@ -216,6 +215,7 @@ python-twitter==3.5
pytz==2024.1
# via
# celery
# croniter
# eve-elastic
# flask-babel
# icalendar
Expand All @@ -225,11 +225,11 @@ pyyaml==6.0.1
# via superdesk-core
raven[flask]==6.10.0
# via superdesk-core
redis==5.0.3
redis==5.0.4
# via
# celery
# superdesk-core
regex==2020.7.14
regex==2024.4.28
# via superdesk-core
reportlab==3.6.13
# via superdesk-core
Expand All @@ -250,21 +250,20 @@ simplejson==3.19.2
# via eve
six==1.16.0
# via
# bcrypt
# flask-oidc-ex
# oauth2client
# 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@develop
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@release/2.7
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@develop
# via -r requirements.in
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# jwcrypto
# superdesk-core
tzlocal==2.1
# via superdesk-core
unidecode==0.4.21
unidecode==1.3.8
# via superdesk-core
urllib3==1.25.11
# via
Expand All @@ -288,5 +287,5 @@ werkzeug==1.0.1
# superdesk-core
wrapt==1.14.1
# via elastic-apm
xmlsec==1.3.13
xmlsec==1.3.14
# via superdesk-core

0 comments on commit b3dc51c

Please sign in to comment.