From 91cc52f1afd69ebb39953da55fdc319e5800f32f Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Tue, 15 Dec 2020 22:19:01 +0000 Subject: [PATCH] temp fix for uvloop on py3.9 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 70a89d08..c01d8331 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -15,4 +15,4 @@ retrying==1.3.3 shodan==1.24.0 texttable==1.6.3 lxml==4.6.2 -uvloop==0.14.0; platform_system != "Windows"; python_version < '3.9' \ No newline at end of file +uvloop==0.14.0; platform_system != "Windows" ; python_version < '3.9' \ No newline at end of file