fix uvloop version

This commit is contained in:
Adam Hopkins 2021-02-15 14:30:57 +02:00
parent fe3fdc5d83
commit 78ced20fc7

View File

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