dclient aliases command, closes #2

This commit is contained in:
Simon Willison 2022-11-21 18:53:12 -08:00
commit 6bc35f46c2
4 changed files with 156 additions and 11 deletions

View file

@ -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",
)