Use cog to maintain --fmt list, closes #373

This commit is contained in:
Simon Willison 2022-01-09 09:48:48 -08:00
commit 148e9c7aee
4 changed files with 43 additions and 2 deletions

View file

@ -31,7 +31,7 @@ setup(
"python-dateutil",
],
extras_require={
"test": ["pytest", "black", "hypothesis"],
"test": ["pytest", "black", "hypothesis", "cogapp"],
"docs": ["sphinx_rtd_theme", "sphinx-autobuild", "codespell"],
"mypy": [
"mypy",