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
commit23ae1848f432ad21f0df4a1319625ba0988280ee (patch)
tree90e1eab34284557d7638d169b30e9ced29717a03
parentad36135cc32a130c76b3bcfbafdb92472b790769 (diff)
downloadpython-coveragepy-git-23ae1848f432ad21f0df4a1319625ba0988280ee.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 2cea99ff..ad413c1d 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