From d615b590956db1ed0844a2b51e93ffe3584a93ce Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Sun, 24 May 2020 20:06:42 +0200 Subject: [PATCH] Bump geventhttpclient to a version that has pre-built wheels --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f985f9ee70..80716c5a28 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "requests>=2.9.1", "msgpack>=0.6.2", "pyzmq>=16.0.2", - "geventhttpclient>=1.4.0", + "geventhttpclient>=1.4.2", "ConfigArgParse>=1.0", "psutil>=5.6.7", "Flask-BasicAuth>=0.2.0"