diff options
author | kotfu <kotfu@kotfu.net> | 2018-05-28 22:48:39 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-05-28 22:48:39 -0600 |
commit | 4e2749e8a41a8556a302a7d8f8316549c8558daa (patch) | |
tree | a15ed39cb5272ea25ddcd858808d04e053072a78 /setup.py | |
parent | f7369577f35f5f682070e9c0df15265efbe83002 (diff) | |
parent | 7000604ac826a637539c388ad8f5ff8a3ebfc419 (diff) | |
download | cmd2-git-4e2749e8a41a8556a302a7d8f8316549c8558daa.tar.gz |
Merge branch 'master' of github.com:python-cmd2/cmd2 into plugin_functions
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', ] } |