diff options
-rw-r--r-- | requirements/dev.pip | 2 | ||||
-rw-r--r-- | tox.ini | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip index 9ec41b76..183d051f 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -9,7 +9,7 @@ -r pytest.pip # for linting. -greenlet==0.4.12 +greenlet==0.4.13 mock==2.0.0 PyContracts==1.8.2 pyenchant==2.0.0 @@ -20,15 +20,10 @@ deps = unittest-mixins==1.4 #-e/Users/ned/unittest_mixins py26: unittest2==1.1.0 - # gevent won't install on py37: https://github.com/gevent/gevent/issues/1019 - # gevent needs cython pre-installed. - py37: cython - py37: git+https://github.com/gevent/gevent.git@debb8d838500849a0726bb0a8d94ed8d2541396d#egg=gevent==0.0 - py37: git+https://github.com/python-greenlet/greenlet.git@780a12b51fcef9adcc4f2c9a4cc5b05c2d652ba4#egg=greenlet==0.0 py{27,33,34,35,36}: gevent==1.2.2 py26: eventlet==0.21.0 py{27,33,34,35,36,37}: eventlet==0.22.0 - py{26,27,33,34,35,36}: greenlet==0.4.12 + py{26,27,33,34,35,36,37}: greenlet==0.4.13 # Windows can't update the pip version with pip running, so use Python # to install things. |