diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-01-23 13:29:59 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-01-23 13:29:59 -0500 |
commit | 820cb6b9a93595e94e4519e7d54003504ab64814 (patch) | |
tree | 9209fd8190d0d8a00fadaead164340739a61353a /requirements | |
parent | 7032565bc16024face0979b61c10bf9574afaead (diff) | |
download | python-coveragepy-git-820cb6b9a93595e94e4519e7d54003504ab64814.tar.gz |
Use latest of sphinx and pycontracts
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/dev.pip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip index 343997c1..9ec41b76 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -11,7 +11,7 @@ # for linting. greenlet==0.4.12 mock==2.0.0 -PyContracts==1.8.0 +PyContracts==1.8.2 pyenchant==2.0.0 pylint==1.8.2 unittest-mixins==1.4 |