temp fix for uvloop on py3.9

This commit is contained in:
L1ghtn1ng 2020-12-15 22:32:09 +00:00
parent b7963a89e4
commit a30f41dde7

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