Initial prototype of insert command, refs #8

This commit is contained in:
Simon Willison 2023-07-18 20:43:42 -07:00
commit d8e827ed61
3 changed files with 137 additions and 7 deletions

View file

@ -31,7 +31,7 @@ setup(
"datasette": ["client = dclient.plugin"],
"console_scripts": ["dclient = dclient.cli:cli"],
},
install_requires=["click", "httpx"],
install_requires=["click", "httpx", "sqlite-utils"],
extras_require={
"test": [
"pytest",