diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-02-10 20:25:29 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-02-10 20:25:29 -0500 |
commit | bb951099405a3254429b575311fa4802c5213cb2 (patch) | |
tree | a10afca8dea1e4de8654e0dbb99028cb51a141a3 | |
parent | 429d6ecbc19bf4e742170828e0433481ee0d3b19 (diff) | |
download | python-coveragepy-bb951099405a3254429b575311fa4802c5213cb2.tar.gz |
eventlet updated, and 0.18.0 is gone?
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ deps = PyContracts==1.7.9 py26: unittest2==1.1.0 py{26,27,33,34,35}: gevent==1.1rc3 - py{26,27,33,34}: eventlet==0.18.0 + py{26,27,33,34}: eventlet==0.18.2 py{26,27,33,34,35}: greenlet==0.4.9 # setuptools no longer supports Python 3.2 pypy3_24: setuptools==18.4 |