Skip to content

Commit

Permalink
unpin uvloop
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed May 4, 2021
1 parent cbb77b5 commit 4f5faa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def open_local(paths, mode="r", encoding="utf8"):
'; sys_platform != "win32" ' 'and implementation_name == "cpython"'
)
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 = [
"httptools>=0.0.10",
Expand Down

0 comments on commit 4f5faa4

Please sign in to comment.