unpin uvloop
This commit is contained in:
parent
cbb77b536a
commit
4f5faa4a3c
2
setup.py
2
setup.py
|
@ -81,7 +81,7 @@ env_dependency = (
|
||||||
'; sys_platform != "win32" ' 'and implementation_name == "cpython"'
|
'; sys_platform != "win32" ' 'and implementation_name == "cpython"'
|
||||||
)
|
)
|
||||||
ujson = "ujson>=1.35" + env_dependency
|
ujson = "ujson>=1.35" + env_dependency
|
||||||
uvloop = "uvloop>=0.5.3,<0.15.0" + env_dependency
|
uvloop = "uvloop>=0.5.3,!=0.15.0,!=0.15.1" + env_dependency
|
||||||
|
|
||||||
requirements = [
|
requirements = [
|
||||||
"httptools>=0.0.10",
|
"httptools>=0.0.10",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user