-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #906 from MarkLark86/release/2.5
chore: Update cores to latest v2.5.x RC versions
- Loading branch information
Showing
4 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,5 @@ gspread==3.1.0 | |
oauth2client==4.1.3 | ||
|
||
git+https://github.com/superdesk/[email protected]#egg=superdesk-core | ||
git+https://github.com/superdesk/[email protected]rc1#egg=superdesk-planning | ||
git+https://github.com/superdesk/[email protected]rc1#egg=superdesk-analytics | ||
git+https://github.com/superdesk/[email protected]rc2#egg=superdesk-planning | ||
git+https://github.com/superdesk/[email protected]rc2#egg=superdesk-analytics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# pip-compile requirements.in | ||
# pip-compile --resolver=backtracking requirements.in | ||
# | ||
amqp==2.6.1 | ||
# via kombu | ||
|
@@ -250,19 +250,19 @@ six==1.16.0 | |
# websocket-client | ||
slackclient==1.0.9 | ||
# via -r requirements.in | ||
superdesk-analytics @ git+https://github.com/superdesk/[email protected]rc1 | ||
superdesk-analytics @ git+https://github.com/superdesk/[email protected]rc2 | ||
# via -r requirements.in | ||
superdesk-core @ git+https://github.com/superdesk/[email protected] | ||
# via -r requirements.in | ||
superdesk-planning @ git+https://github.com/superdesk/[email protected]rc1 | ||
superdesk-planning @ git+https://github.com/superdesk/[email protected]rc2 | ||
# via -r requirements.in | ||
titlecase==0.8.2 | ||
# via -r requirements.in | ||
typing-extensions==4.4.0 | ||
# via superdesk-core | ||
tzlocal==2.1 | ||
# via superdesk-core | ||
unidecode==0.04.21 | ||
unidecode==0.4.21 | ||
# via | ||
# -r requirements.in | ||
# superdesk-core | ||
|