mirror of
https://github.com/simonw/dclient.git
synced 2026-09-22 18:04:10 +02:00
dclient aliases command, closes #2
This commit is contained in:
parent
1ecb6a02e8
commit
6bc35f46c2
4 changed files with 156 additions and 11 deletions
4
setup.py
4
setup.py
|
|
@ -31,7 +31,7 @@ setup(
|
|||
[console_scripts]
|
||||
dclient=dclient.cli:cli
|
||||
""",
|
||||
install_requires=["click", "httpx"],
|
||||
extras_require={"test": ["pytest", "pytest-httpx", "cogapp"]},
|
||||
install_requires=["click", "httpx", "appdirs"],
|
||||
extras_require={"test": ["pytest", "pytest-httpx", "cogapp", "pytest-mock"]},
|
||||
python_requires=">=3.7",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue