Skip to content

Commit

Permalink
Merge pull request #2026 from sanic-org/fix-uvloop-2012
Browse files Browse the repository at this point in the history
Fix uvloop version for 20.12LTS
  • Loading branch information
ashleysommer authored Feb 15, 2021
2 parents fe3fdc5 + 78ced20 commit 04be8e9
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 @@ -80,7 +80,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.5.3,<0.15.0" + env_dependency

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

0 comments on commit 04be8e9

Please sign in to comment.