Change uvloop ro range

This commit is contained in:
Adam Hopkins 2021-02-16 01:17:34 +02:00
parent aea2e4e7f4
commit c942a5c51c

View File

@ -81,7 +81,7 @@ env_dependency = (
'; sys_platform != "win32" ' 'and implementation_name == "cpython"'
)
ujson = "ujson>=1.35" + env_dependency
uvloop = "uvloop==0.14.0" + env_dependency
uvloop = "uvloop>=0.5.3,<0.15.0" + env_dependency
requirements = [
"httptools>=0.0.10",