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 | 0eaec5d8e6625e18c60aba70ededfc37f05fcaaf (patch) | |
tree | 3ab69827959584fdbc6463ca42b3789c9e41e6f2 | |
parent | ec374969008811e08f86e2aefc4989fdc8a0ae45 (diff) | |
download | python-coveragepy-0eaec5d8e6625e18c60aba70ededfc37f05fcaaf.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 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 |