diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 10:58:27 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 10:58:27 -0400 |
commit | 23ae1848f432ad21f0df4a1319625ba0988280ee (patch) | |
tree | 90e1eab34284557d7638d169b30e9ced29717a03 | |
parent | ad36135cc32a130c76b3bcfbafdb92472b790769 (diff) | |
download | python-coveragepy-git-23ae1848f432ad21f0df4a1319625ba0988280ee.tar.gz |
Need importable test libs to pylint successfully
-rw-r--r-- | requirements.pip | 2 |
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 |