temp fix for uvloop on py3.9

This commit is contained in:
L1ghtn1ng 2020-12-15 22:19:01 +00:00
parent f93ad83d04
commit 91cc52f1af

View file

@ -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'
uvloop==0.14.0; platform_system != "Windows" ; python_version < '3.9'