Skip to content

Commit

Permalink
Change uvloop ro range
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Feb 15, 2021
1 parent aea2e4e commit c942a5c
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.14.0" + env_dependency
uvloop = "uvloop>=0.5.3,<0.15.0" + env_dependency

requirements = [
"httptools>=0.0.10",
Expand Down

0 comments on commit c942a5c

Please sign in to comment.