From 2af97b024fb776be760eff44c602549151055649 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 29 Aug 2015 09:11:20 -0400 Subject: Pin all the versions --- doc/requirements.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc') 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 -- cgit v1.2.1