diff --git a/setup.py b/setup.py index 0e25fb7a..16000dcc 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ ujson = "ujson>=1.35" + env_dependency uvloop = "uvloop>=0.5.3" + env_dependency requirements = [ - "sanic-routing==0.7.0", + "sanic-routing~=0.7", "httptools>=0.0.10", uvloop, ujson,