diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 09:11:20 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 09:11:20 -0400 |
commit | 2af97b024fb776be760eff44c602549151055649 (patch) | |
tree | 8653b402098b39b0dcc18cd0c260b4d5720ea740 /doc | |
parent | 353dff3141e8e0ea3d92ef63f74bcd3729febb42 (diff) | |
download | python-coveragepy-git-2af97b024fb776be760eff44c602549151055649.tar.gz |
Pin all the versions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/requirements.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index 81778351..968313ef 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,7 @@ # PyPI requirements for building documentation for coverage.py -pyenchant -sphinx -sphinxcontrib-spelling + +# https://requires.io/github/nedbat/coveragepy/requirements/ + +pyenchant==1.6.6 +sphinx==1.3.1 +sphinxcontrib-spelling==2.1.2 |