diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-03-02 09:58:00 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-03-02 09:58:00 -0500 |
commit | 3a80e8a69a201613db8e8e492090f0666b79a04f (patch) | |
tree | 9edc9d1ddcc3bc0efc35b2fb72c3f1cfb3244e2f /requirements | |
parent | 12cb7fdc49da7a34e777b3c5c3540c2b12eab17a (diff) | |
download | python-coveragepy-git-3a80e8a69a201613db8e8e492090f0666b79a04f.tar.gz |
Update requirements, maybe this will make gevent work on appveyor
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/wheel.pip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements/wheel.pip b/requirements/wheel.pip index e25de8f8..9488a125 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -1,3 +1,3 @@ # Things needed to make wheels for coverage.py -setuptools==19.5 -wheel==0.26.0 +setuptools==20.2.2 +wheel==0.29.0 |