Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/20.12LTS' into tox_requires_2012
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysommer committed Feb 16, 2021
2 parents 9def46b + 04be8e9 commit 760c74a
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 760c74a

Please sign in to comment.