mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-15 04:54:23 +02:00
Use cog to maintain --fmt list, closes #373
This commit is contained in:
parent
e0c476bc38
commit
148e9c7aee
4 changed files with 43 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue