summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-05-28 22:48:39 -0600
committerkotfu <kotfu@kotfu.net>2018-05-28 22:48:39 -0600
commit4e2749e8a41a8556a302a7d8f8316549c8558daa (patch)
treea15ed39cb5272ea25ddcd858808d04e053072a78 /setup.py
parentf7369577f35f5f682070e9c0df15265efbe83002 (diff)
parent7000604ac826a637539c388ad8f5ff8a3ebfc419 (diff)
downloadcmd2-git-4e2749e8a41a8556a302a7d8f8316549c8558daa.tar.gz
Merge branch 'master' of github.com:python-cmd2/cmd2 into plugin_functions
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 193dab27..0127ae5b 100755
--- a/setup.py
+++ b/setup.py
@@ -73,6 +73,7 @@ EXTRAS_REQUIRE = {
# install with 'pip install -e .[dev]'
'dev': [
'pytest', 'pytest-cov', 'tox', 'pylint', 'sphinx', 'sphinx-rtd-theme',
+ 'sphinx-autobuild','invoke', 'twine',
]
}