diff --git a/setup.py b/setup.py index 40a6e60e6a..9ece8cb539 100644 --- a/setup.py +++ b/setup.py @@ -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",