diff options
author | kotfu <kotfu@kotfu.net> | 2023-02-01 14:17:20 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2023-02-01 14:17:20 -0700 |
commit | e9f84a3962aef7cf87ca8772c6a672597db3c0a7 (patch) | |
tree | 79fcb0a7cfb5f058373668f12057a69d8a39810d | |
parent | 4bba3ca4608581032fa0b816ffffbd062483eec8 (diff) | |
download | cmd2-git-e9f84a3962aef7cf87ca8772c6a672597db3c0a7.tar.gz |
Add missing dev dependencies for black and isort
-rwxr-xr-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,8 @@ EXTRAS_REQUIRE = { 'codecov', 'doc8', 'flake8', + 'black', + 'isort', 'invoke', 'mypy', 'nox', |