From d9e13a5cc2b77637a6cdd8bd21b9b8fc1350051a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 8 Dec 2017 17:25:00 -0800 Subject: [PATCH] Upgrade to Sanic 0.7.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6fc4df15..2830833e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( install_requires=[ 'click==6.7', 'click-default-group==1.2', - 'Sanic==0.6.0', + 'Sanic==0.7.0', 'Jinja2==2.10', 'hupper==1.0', ],