mirror of
https://github.com/simonw/dclient.git
synced 2026-09-20 15:34:09 +02:00
Initial prototype of insert command, refs #8
This commit is contained in:
parent
c436781ef1
commit
d8e827ed61
3 changed files with 137 additions and 7 deletions
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue