From f8349b45916e68d2f89c57694bd0e6afaf1bd508 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 19 Nov 2018 19:52:37 -0800 Subject: [PATCH] Back to Sanic 0.7.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a537214..3b1798b1 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( install_requires=[ 'click==7.0', 'click-default-group==1.2', - 'Sanic==0.8.3', + 'Sanic==0.7.0', 'Jinja2==2.10', 'hupper==1.4.1', 'pint==0.8.1',