mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Upgrade Sanic to 18.12.0
Had to fix CSV streaming generation to correctly use await.
This commit is contained in:
parent
0f3b35d4e8
commit
7e756ad097
3 changed files with 7 additions and 7 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue