From 278e1d68cf4f5cfd2ff5feccb0ab15d7371d91b2 Mon Sep 17 00:00:00 2001 From: William Di Luigi Date: Tue, 19 Nov 2019 17:42:26 +0100 Subject: [PATCH] Bump version of gevent, this is needed for Python 3.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 62af53c3be..13dd0a590c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ netifaces>=0.10,<0.11 # https://bitbucket.org/al45tair/netifaces/src/ pycrypto>=2.6,<2.7 # https://github.com/dlitz/pycrypto/blob/master/ChangeLog psutil>=5.4,<5.5 # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst requests>=2.18,<2.19 # https://pypi.python.org/pypi/requests -gevent>=1.2,<1.3 # http://www.gevent.org/changelog.html +gevent>=1.3,<1.4 # http://www.gevent.org/changelog.html werkzeug>=0.14,<0.15 # https://github.com/pallets/werkzeug/blob/master/CHANGES patool>=1.12,<1.13 # https://github.com/wummel/patool/blob/master/doc/changelog.txt bcrypt>=3.1,<3.2 # https://github.com/pyca/bcrypt/