Upgrade Sanic to 18.12.0

Had to fix CSV streaming generation to correctly use await.
This commit is contained in:
Simon Willison 2018-12-30 21:37:00 -08:00
commit 7e756ad097
3 changed files with 7 additions and 7 deletions

View file

@ -36,7 +36,7 @@ setup(
install_requires=[
'click==6.7',
'click-default-group==1.2',
'Sanic==0.7.0',
'sanic==18.12.0',
'Jinja2==2.10',
'hupper==1.0',
'pint==0.8.1',