-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buildchain, docs, salt, tests: run
pip-compile
Also, update the versions of `pip` and `pip-tools` used in the `pip-compile` `tox` target.
- Loading branch information
Showing
6 changed files
with
94 additions
and
62 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -4,13 +4,13 @@ | |
# | ||
# tox -e pip-compile | ||
# | ||
-e git+https://github.com/scality/[email protected]#egg=sphinx_scality | ||
-e git+https://github.com/scality/[email protected]#egg=sphinx_scality # via -r docs/requirements.in | ||
alabaster==0.7.12 # via sphinx | ||
babel==2.9.0 # via sphinx | ||
certifi==2020.12.5 # via requests | ||
chardet==3.0.4 # via doc8, requests | ||
colorama==0.4.4 | ||
doc8==0.8.1 | ||
chardet==4.0.0 # via doc8, requests | ||
colorama==0.4.4 # via -r docs/requirements.in | ||
doc8==0.8.1 # via -r docs/requirements.in | ||
docutils==0.16 # via doc8, restructuredtext-lint, sphinx, sphinxcontrib-github-alt | ||
httplib2==0.18.1 # via plantuml | ||
idna==2.10 # via requests | ||
|
@@ -20,28 +20,31 @@ livereload==2.6.3 # via sphinx-autobuild | |
markupsafe==1.1.1 # via jinja2 | ||
packaging==20.8 # via sphinx | ||
pbr==5.5.1 # via stevedore | ||
plantuml==0.3.0 | ||
plantuml==0.3.0 # via -r docs/requirements.in | ||
pyenchant==3.2.0 # via sphinxcontrib-spelling | ||
pygments==2.7.3 # via doc8, sphinx | ||
pyparsing==2.4.7 # via packaging | ||
pytz==2020.4 # via babel | ||
pyyaml==5.3.1 | ||
requests==2.25.0 # via sphinx | ||
pyyaml==5.3.1 # via -r docs/requirements.in | ||
requests==2.25.1 # via sphinx | ||
restructuredtext-lint==1.3.2 # via doc8 | ||
six==1.15.0 # via doc8, livereload | ||
snowballstemmer==2.0.0 # via sphinx | ||
sphinx-autobuild==2020.9.1 | ||
sphinx-rtd-theme==0.5.0 | ||
sphinx==3.3.1 | ||
sphinx-autobuild==2020.9.1 # via -r docs/requirements.in | ||
sphinx-rtd-theme==0.5.0 # via -r docs/requirements.in | ||
sphinx==3.3.1 # via -r docs/requirements.in, sphinx-autobuild, sphinx-rtd-theme, sphinx-scality, sphinxcontrib-github-alt, sphinxcontrib-plantuml, sphinxcontrib-spelling | ||
sphinxcontrib-applehelp==1.0.2 # via sphinx | ||
sphinxcontrib-devhelp==1.0.2 # via sphinx | ||
sphinxcontrib-github-alt==1.2 | ||
sphinxcontrib-github-alt==1.2 # via -r docs/requirements.in | ||
sphinxcontrib-htmlhelp==1.0.3 # via sphinx | ||
sphinxcontrib-jsmath==1.0.1 # via sphinx | ||
sphinxcontrib-plantuml==0.19 | ||
sphinxcontrib-plantuml==0.19 # via -r docs/requirements.in | ||
sphinxcontrib-qthelp==1.0.3 # via sphinx | ||
sphinxcontrib-serializinghtml==1.1.4 # via sphinx | ||
sphinxcontrib-spelling==7.1.0 | ||
sphinxcontrib-spelling==7.1.0 # via -r docs/requirements.in | ||
stevedore==3.3.0 # via doc8 | ||
tornado==6.1 # via livereload | ||
urllib3==1.26.2 # via requests | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
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
Oops, something went wrong.