From c2e8d6b59e4df85f3e6037813c8aa2267ab0c4e0 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Thu, 23 Aug 2018 16:34:46 +0200 Subject: [PATCH] Gevent updated, CI now not requires greenlet block Signed-off-by: Alexey Stepanov --- CI_REQUIREMENTS.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CI_REQUIREMENTS.txt b/CI_REQUIREMENTS.txt index d218dbc..e27efef 100644 --- a/CI_REQUIREMENTS.txt +++ b/CI_REQUIREMENTS.txt @@ -1,4 +1,3 @@ typing >= 3.6 ; python_version < "3.8" -greenlet <= 0.4.13 gevent >= 1.2, <1.3.0 ; platform_python_implementation == "PyPy" gevent >= 1.2 ; platform_python_implementation != "PyPy"