diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-24 18:10:59 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-24 18:42:43 -0400 |
commit | 7f202c43e24570476a91b0ab3b1b02aba2b05d3d (patch) | |
tree | 7324162fae90b97201dab8fe6efb64eeebeb7558 /doc | |
parent | 8a0273d15d17d0e00ba4bfa05ffe46d372f979e7 (diff) | |
download | python-coveragepy-git-7f202c43e24570476a91b0ab3b1b02aba2b05d3d.tar.gz |
chore: make upgrade
Diffstat (limited to 'doc')
-rw-r--r-- | doc/requirements.pip | 102 |
1 files changed, 94 insertions, 8 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 07d16bcc..d63934dc 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -1,14 +1,100 @@ -# PyPI requirements for building documentation for coverage.py - --c ../requirements/pins.pip - -# https://requires.io/github/nedbat/coveragepy/requirements/ - +# +# This file is autogenerated by pip-compile with python 3.8 +# To update, run: +# +# make upgrade +# +alabaster==0.7.12 + # via sphinx +babel==2.9.1 + # via sphinx +certifi==2021.10.8 + # via requests +charset-normalizer==2.0.7 + # via requests +colorama==0.4.4 + # via sphinx-autobuild doc8==0.9.1 -pyenchant==3.2.1 + # via -r doc/requirements.in +docutils==0.16 + # via + # -c doc/../requirements/pins.pip + # doc8 + # restructuredtext-lint + # sphinx + # sphinx-rtd-theme + # sphinx-tabs +idna==3.3 + # via requests +imagesize==1.2.0 + # via sphinx +jinja2==3.0.2 + # via sphinx +livereload==2.6.3 + # via sphinx-autobuild +markupsafe==2.0.1 + # via jinja2 +packaging==21.0 + # via sphinx +pbr==5.6.0 + # via stevedore +pyenchant==3.2.2 + # via + # -r doc/requirements.in + # sphinxcontrib-spelling +pygments==2.10.0 + # via + # doc8 + # sphinx + # sphinx-tabs +pyparsing==3.0.1 + # via packaging +pytz==2021.3 + # via babel +requests==2.26.0 + # via sphinx +restructuredtext-lint==1.3.2 + # via doc8 +six==1.16.0 + # via livereload +snowballstemmer==2.1.0 + # via sphinx sphinx==4.2.0 + # via + # -r doc/requirements.in + # sphinx-autobuild + # sphinx-rtd-theme + # sphinx-tabs + # sphinxcontrib-restbuilder + # sphinxcontrib-spelling sphinx-autobuild==2021.3.14 -sphinx_rtd_theme==1.0.0 + # via -r doc/requirements.in +sphinx-rtd-theme==1.0.0 + # via -r doc/requirements.in sphinx-tabs==3.2.0 + # via -r doc/requirements.in +sphinxcontrib-applehelp==1.0.2 + # via sphinx +sphinxcontrib-devhelp==1.0.2 + # via sphinx +sphinxcontrib-htmlhelp==2.0.0 + # via sphinx +sphinxcontrib-jsmath==1.0.1 + # via sphinx +sphinxcontrib-qthelp==1.0.3 + # via sphinx sphinxcontrib-restbuilder==0.3 + # via -r doc/requirements.in +sphinxcontrib-serializinghtml==1.1.5 + # via sphinx sphinxcontrib-spelling==7.2.1 + # via -r doc/requirements.in +stevedore==3.5.0 + # via doc8 +tornado==6.1 + # via livereload +urllib3==1.26.7 + # via requests + +# The following packages are considered to be unsafe in a requirements file: +# setuptools |