mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Default subcommand is now serve
Using click-default-group: https://github.com/click-contrib/click-default-group Also removed requirements.txt in favour of setup.py
This commit is contained in:
parent
edaa10587e
commit
0ac8bbce2e
4 changed files with 5 additions and 5 deletions
1
setup.py
1
setup.py
|
|
@ -8,6 +8,7 @@ setup(
|
|||
include_package_data=True,
|
||||
install_requires=[
|
||||
'click==6.7',
|
||||
'click-default-group==1.2',
|
||||
'sanic==0.6.0',
|
||||
'sanic-jinja2==0.5.5',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue