We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb77b5 commit 4f5faa4Copy full SHA for 4f5faa4
1 file changed
setup.py
@@ -81,7 +81,7 @@ def open_local(paths, mode="r", encoding="utf8"):
81
'; sys_platform != "win32" ' 'and implementation_name == "cpython"'
82
)
83
ujson = "ujson>=1.35" + env_dependency
84
-uvloop = "uvloop>=0.5.3,<0.15.0" + env_dependency
+uvloop = "uvloop>=0.5.3,!=0.15.0,!=0.15.1" + env_dependency
85
86
requirements = [
87
"httptools>=0.0.10",
0 commit comments