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 | |
parent | 12cb7fdc49da7a34e777b3c5c3540c2b12eab17a (diff) | |
download | python-coveragepy-git-3a80e8a69a201613db8e8e492090f0666b79a04f.tar.gz |
Update requirements, maybe this will make gevent work on appveyor
-rw-r--r-- | doc/requirements.pip | 2 | ||||
-rw-r--r-- | requirements/wheel.pip | 4 | ||||
-rw-r--r-- | tox.ini | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 4738f472..728e566e 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -3,5 +3,5 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ pyenchant==1.6.6 -sphinx==1.3.5 +sphinx==1.3.6 sphinxcontrib-spelling==2.1.2 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 @@ -18,7 +18,7 @@ deps = py{26,27,33,34}: eventlet==0.18.4 py{26,27,33,34,35}: greenlet==0.4.9 # setuptools no longer supports Python 3.2 - pypy3_24: setuptools==18.4 + pypy3_24: setuptools==20.2.2 passenv = * setenv = |