mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
1ad3ebf2ed
commit
f9a005d475
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -34,7 +34,7 @@ setup(
|
||||||
package_data={'datasette': ['templates/*.html']},
|
package_data={'datasette': ['templates/*.html']},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'click==6.7',
|
'click>=6.7',
|
||||||
'click-default-group==1.2',
|
'click-default-group==1.2',
|
||||||
'Sanic==0.7.0',
|
'Sanic==0.7.0',
|
||||||
'Jinja2==2.10',
|
'Jinja2==2.10',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue