| commit | 3e16acbebd2c6669c1bbe5a7e3bb313aa1494e20 | [log] [tgz] |
|---|---|---|
| author | peusterm <manuel.peuster@uni-paderborn.de> | Mon May 14 18:52:00 2018 +0200 |
| committer | peusterm <manuel.peuster@uni-paderborn.de> | Mon May 14 18:52:00 2018 +0200 |
| tree | f3a8767c9630c1ef20732bc62f8649c538733725 | |
| parent | 7c16ebcfd5af529961175fb53b5788c276e5ae86 [diff] [blame] |
Fix: Crashbug that was caused by an import of an outdated module that was removed from Gevent 1.3 that was released two days ago. Change-Id: I44dff2b468456ed2c24fa8e326ebc535bb04344b Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
diff --git a/setup.py b/setup.py index a28df09..94f632f 100755 --- a/setup.py +++ b/setup.py
@@ -57,7 +57,8 @@ 'requests', 'prometheus_client', 'ipaddress', - 'simplejson' + 'simplejson', + 'gevent' ], zip_safe=False, entry_points={