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 | c411998eb6ead93afeccd08a8e477d6bf60f97ab (patch) | |
tree | eb0db077918d4f214354aaf1f9af144c18446a09 | |
parent | 6dfdefbc175b05215634704b79d4dc0817c4317e (diff) | |
download | python-coveragepy-c411998eb6ead93afeccd08a8e477d6bf60f97ab.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 4738f47..728e566 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 e25de8f..9488a12 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 = |