temp fix for uvloop on py3.9

This commit is contained in:
L1ghtn1ng 2020-12-15 22:22:08 +00:00
parent 91cc52f1af
commit 287b5fff9d

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"