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
|
|
@ -4,7 +4,6 @@ from sanic.exceptions import NotFound
|
|||
from sanic.views import HTTPMethodView
|
||||
from sanic_jinja2 import SanicJinja2
|
||||
from jinja2 import FileSystemLoader
|
||||
import click
|
||||
import sqlite3
|
||||
from contextlib import contextmanager
|
||||
from pathlib import Path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue