Upgrade to Sanic 0.7.0 (#168)

https://github.com/channelcat/sanic/releases/tag/0.7.0
This commit is contained in:
Simon Willison 2017-12-08 19:00:33 -08:00 committed by GitHub
commit 446f4b8322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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