mirror of
https://github.com/simonw/dclient.git
synced 2026-07-25 02:14:32 +02:00
Merge branch 'main' into auth
This commit is contained in:
commit
cbdc94b2e8
2 changed files with 2 additions and 3 deletions
|
|
@ -1,12 +1,11 @@
|
|||
import click
|
||||
import httpx
|
||||
import json
|
||||
import appdirs
|
||||
import pathlib
|
||||
|
||||
|
||||
def get_config_dir():
|
||||
return pathlib.Path(appdirs.user_config_dir("dclient"))
|
||||
return pathlib.Path(click.get_app_dir("io.datasette.dclient"))
|
||||
|
||||
|
||||
@click.group()
|
||||
|
|
|
|||
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", "appdirs"],
|
||||
install_requires=["click", "httpx"],
|
||||
extras_require={
|
||||
"test": [
|
||||
"pytest",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue