Skip to content

Commit

Permalink
chore: Update requirements.txt to latest cores
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Aug 21, 2024
1 parent fb0f19d commit cfc384e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
4 changes: 2 additions & 2 deletions server/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ slackclient==1.0.9
WTForms>=3.1,<3.2
Flask-WTF>=0.14.2,<1.3

git+https://github.com/superdesk/[email protected].1#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@v2.7.2#egg=superdesk-planning
git+https://github.com/superdesk/[email protected].3#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@release/2.7#egg=superdesk-planning
git+https://github.com/superdesk/[email protected]#egg=superdesk-analytics
33 changes: 17 additions & 16 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
Expand All @@ -14,7 +14,7 @@ async-timeout==4.0.3
# via redis
authlib==0.14.3
# via superdesk-core
babel==2.15.0
babel==2.16.0
# via flask-babel
bcrypt==4.1.3
# via superdesk-core
Expand All @@ -26,13 +26,13 @@ blinker==1.7.0
# flask-mail
# raven
# superdesk-core
boto3==1.34.128
boto3==1.35.3
# via superdesk-core
botocore==1.34.128
botocore==1.35.3
# via
# boto3
# s3transfer
cachetools==5.3.3
cachetools==5.5.0
# via flask-oidc-ex
celery[redis]==5.2.7
# via superdesk-core
Expand All @@ -45,7 +45,7 @@ certifi==2024.7.4
# elastic-apm
# elasticsearch
# requests
cffi==1.16.0
cffi==1.17.0
# via cryptography
chardet==5.2.0
# via superdesk-core
Expand All @@ -67,19 +67,19 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
croniter==2.0.5
croniter==2.0.7
# via superdesk-core
cryptography==42.0.8
cryptography==43.0.0
# via
# authlib
# jwcrypto
deepdiff==7.0.1
# via superdesk-planning
draftjs-exporter[lxml]==2.1.7
# via superdesk-core
ecs-logging==2.1.0
ecs-logging==2.2.0
# via elastic-apm
elastic-apm[flask]==6.22.3
elastic-apm[flask]==6.23.0
# via superdesk-core
elasticsearch==7.13.4
# via
Expand Down Expand Up @@ -216,18 +216,19 @@ python-twitter==3.5
# via superdesk-core
pytz==2024.1
# via
# babel
# celery
# croniter
# eve-elastic
# flask-babel
# icalendar
# superdesk-core
# tzlocal
pyyaml==6.0.1
pyyaml==6.0.2
# via superdesk-core
raven[flask]==6.10.0
# via superdesk-core
redis==5.0.6
redis==5.0.8
# via
# celery
# superdesk-core
Expand All @@ -245,11 +246,11 @@ requests-oauthlib==2.0.0
# via python-twitter
rsa==4.9
# via oauth2client
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
sgmllib3k==1.0.0
# via feedparser
simplejson==3.19.2
simplejson==3.19.3
# via eve
six==1.16.0
# via
Expand All @@ -262,9 +263,9 @@ slackclient==1.0.9
# via -r requirements.in
superdesk-analytics @ git+https://github.com/superdesk/[email protected]
# via -r requirements.in
superdesk-core @ git+https://github.com/superdesk/[email protected].1
superdesk-core @ git+https://github.com/superdesk/[email protected].3
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.7.2
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@release/2.7
# via -r requirements.in
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit cfc384e

Please sign in to comment.