Skip to content

Commit

Permalink
Update planning to latest 2.7 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Jan 18, 2024
1 parent d74c4d6 commit 174cdd7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ gunicorn
honcho

git+https://github.com/superdesk/[email protected]#egg=superdesk-core
git+https://github.com/superdesk/[email protected]rc3#egg=superdesk-planning
git+https://github.com/superdesk/[email protected]rc4#egg=superdesk-planning
21 changes: 11 additions & 10 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.13.1
babel==2.14.0
# via flask-babel
bcrypt==3.1.7
# via superdesk-core
Expand All @@ -26,9 +26,9 @@ blinker==1.4
# flask-mail
# raven
# superdesk-core
boto3==1.33.12
boto3==1.34.21
# via superdesk-core
botocore==1.33.12
botocore==1.34.21
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -87,7 +87,7 @@ draftjs-exporter[lxml]==2.1.7
# superdesk-core
ecs-logging==2.1.0
# via elastic-apm
elastic-apm[flask]==6.19.0
elastic-apm[flask]==6.20.0
# via
# elastic-apm
# superdesk-core
Expand Down Expand Up @@ -148,7 +148,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
jwcrypto==1.5.0
jwcrypto==1.5.1
# via
# flask-oidc-ex
# python-jwt
Expand Down Expand Up @@ -182,7 +182,7 @@ pillow==9.2.0
# via
# reportlab
# superdesk-core
prompt-toolkit==3.0.41
prompt-toolkit==3.0.43
# via click-repl
pyasn1==0.5.1
# via
Expand Down Expand Up @@ -220,6 +220,7 @@ python-twitter==3.5
# via superdesk-core
pytz==2023.3.post1
# via
# babel
# celery
# eve-elastic
# flask-babel
Expand Down Expand Up @@ -249,7 +250,7 @@ requests-oauthlib==1.3.1
# via python-twitter
rsa==4.9
# via oauth2client
s3transfer==0.8.2
s3transfer==0.10.0
# via boto3
sgmllib3k==1.0.0
# via feedparser
Expand All @@ -263,7 +264,7 @@ six==1.16.0
# python-dateutil
superdesk-core @ git+https://github.com/superdesk/[email protected]
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/[email protected]rc3
superdesk-planning @ git+https://github.com/superdesk/[email protected]rc4
# via -r requirements.in
typing-extensions==4.9.0
# via superdesk-core
Expand All @@ -283,7 +284,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
websockets==10.3
# via superdesk-core
Expand Down

0 comments on commit 174cdd7

Please sign in to comment.