summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-08-23 14:20:09 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-08-23 14:20:09 -0400
commit16e145a27ea7b4c2dc348699c8f4cc11be4dc0b6 (patch)
treeeb0520a93dfd388360d5d816a53cf5f8a3b35d01 /setup.py
parent7f07f5ef66a4a3d986d265b8f7fc9d014f6d5541 (diff)
parent9d818100f3b6dfa647e58b8a0df182ea6729a197 (diff)
downloadcmd2-git-16e145a27ea7b4c2dc348699c8f4cc11be4dc0b6.tar.gz
Merge branch 'master' into topic_width
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d2d2e955..15b0ae7b 100755
--- a/setup.py
+++ b/setup.py
@@ -83,6 +83,7 @@ EXTRAS_REQUIRE = {
'validate': [
'flake8',
'mypy==0.902',
+ 'types-pkg-resources',
],
}