summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-29 10:58:27 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-29 10:58:27 -0400
commit0eaec5d8e6625e18c60aba70ededfc37f05fcaaf (patch)
tree3ab69827959584fdbc6463ca42b3789c9e41e6f2
parentec374969008811e08f86e2aefc4989fdc8a0ae45 (diff)
downloadpython-coveragepy-0eaec5d8e6625e18c60aba70ededfc37f05fcaaf.tar.gz
Need importable test libs to pylint successfully
-rw-r--r--requirements.pip2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.pip b/requirements.pip
index 2cea99f..ad413c1 100644
--- a/requirements.pip
+++ b/requirements.pip
@@ -8,6 +8,8 @@ nose==1.3.7
tox==2.1.1
# and for linting...
+mock==1.3.0
+PyContracts==1.7.6
pyenchant==1.6.6
pylint==1.4.4