mirror of
https://github.com/simonw/dclient.git
synced 2026-09-27 04:14:33 +02:00
Test for datasette plugin registration, refs #4
This commit is contained in:
parent
bf6c709804
commit
2c9af739c2
2 changed files with 33 additions and 1 deletions
11
setup.py
11
setup.py
|
|
@ -32,6 +32,15 @@ setup(
|
|||
"console_scripts": ["dclient = dclient.cli:cli"],
|
||||
},
|
||||
install_requires=["click", "httpx", "appdirs"],
|
||||
extras_require={"test": ["pytest", "pytest-httpx", "cogapp", "pytest-mock"]},
|
||||
extras_require={
|
||||
"test": [
|
||||
"pytest",
|
||||
"pytest-asyncio",
|
||||
"pytest-httpx",
|
||||
"cogapp",
|
||||
"pytest-mock",
|
||||
"datasette",
|
||||
]
|
||||
},
|
||||
python_requires=">=3.7",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue