diff options
author | kotfu <kotfu@kotfu.net> | 2018-05-28 17:55:28 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-05-28 17:55:28 -0600 |
commit | 9e598bdec40555bc9e5884017c3190c7e8158d7d (patch) | |
tree | 4e6fd6e19e71b6c55cc6a8eb567ef710e5958731 /setup.py | |
parent | feb7db5c948783fcbadbad8763cb7468dbc36535 (diff) | |
download | cmd2-git-9e598bdec40555bc9e5884017c3190c7e8158d7d.tar.gz |
More updates for #408 and #399
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ EXTRAS_REQUIRE = { # install with 'pip install -e .[dev]' 'dev': [ 'pytest', 'pytest-cov', 'tox', 'pylint', 'sphinx', 'sphinx-rtd-theme', - 'sphinx-autobuild','invoke', + 'sphinx-autobuild','invoke', 'twine', ] } |