cli: add config check command
This commit is contained in:
parent
ce8cd5b52c
commit
2ede5b3a5c
2 changed files with 88 additions and 7 deletions
1
setup.py
1
setup.py
|
@ -61,6 +61,7 @@ def main():
|
|||
# TODO document these?
|
||||
'logzero',
|
||||
'cachew',
|
||||
'mypy', # used for config checks
|
||||
],
|
||||
':python_version<"3.7"': [
|
||||
# used for some modules... hopefully reasonable to have it as a default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue