Skip to content

Commit

Permalink
use develop planning
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Apr 15, 2024
1 parent f7f2b5d commit 022324c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions server/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ gspread==3.1.0
oauth2client==4.1.3

git+https://github.com/superdesk/superdesk-core.git@release/2.7#egg=Superdesk-Core
git+https://github.com/superdesk/superdesk-analytics.git@release/2.6#egg=superdesk-analytics
git+https://github.com/superdesk/superdesk-planning.git@release/2.7#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-analytics.git@develop#egg=superdesk-analytics
git+https://github.com/superdesk/superdesk-planning.git@develop#egg=superdesk-planning
13 changes: 6 additions & 7 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.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
Expand All @@ -26,9 +26,9 @@ blinker==1.7.0
# flask-mail
# raven
# superdesk-core
boto3==1.34.83
boto3==1.34.84
# via superdesk-core
botocore==1.34.83
botocore==1.34.84
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -124,7 +124,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 @@ -214,7 +214,6 @@ python-twitter==3.5
# via superdesk-core
pytz==2024.1
# via
# babel
# celery
# croniter
# eve-elastic
Expand Down Expand Up @@ -255,11 +254,11 @@ six==1.16.0
# flask-oidc-ex
# oauth2client
# python-dateutil
superdesk-analytics @ git+https://github.com/superdesk/superdesk-analytics.git@release/2.6
superdesk-analytics @ git+https://github.com/superdesk/superdesk-analytics.git@develop
# via -r requirements.in
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@release/2.7
# 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.11.0
# via
Expand Down

0 comments on commit 022324c

Please sign in to comment.