mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Upgrade to Sanic 0.7.0
This commit is contained in:
parent
61e3c5a1e9
commit
d9e13a5cc2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue