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', ],