From 8df80e276bf843b649397cf09460e516a7451896 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Sun, 27 Jun 2021 23:01:47 +0300 Subject: [PATCH] sanic-routing==0.7.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 58604683..0e25fb7a 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.0rc1", + "sanic-routing==0.7.0", "httptools>=0.0.10", uvloop, ujson,