Skip to content

Commit

Permalink
Require uvloop >= 0.15.0 (#2598)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihweiLHBird committed Nov 13, 2022
1 parent 4422d0c commit ad4e526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
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" + env_dependency
uvloop = "uvloop>=0.15.0" + env_dependency
types_ujson = "types-ujson" + env_dependency
requirements = [
"sanic-routing>=22.8.0",
Expand Down

0 comments on commit ad4e526

Please sign in to comment.