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 | 95836dfd51a3a6465384370fc241bd435944d1bf (patch) | |
| tree | 76e7f6f3f942a30be624fabdc520086deca07b83 /doc/requirements.txt | |
| parent | 08fbf4359d717375833f6c20cf6a334080235b66 (diff) | |
| download | python-coveragepy-95836dfd51a3a6465384370fc241bd435944d1bf.tar.gz | |
Pin all the versions
Diffstat (limited to 'doc/requirements.txt')
| -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 8177835..968313e 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 |
