diff options
author | kotfu <kotfu@kotfu.net> | 2018-05-28 17:22:58 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-05-28 17:22:58 -0600 |
commit | feb7db5c948783fcbadbad8763cb7468dbc36535 (patch) | |
tree | 4f7aca0784cbb703a693a553ed1cb8c6f18094da /setup.py | |
parent | a72219b1431627fdd2ce500d5f0f2bad26b3a6d3 (diff) | |
download | cmd2-git-feb7db5c948783fcbadbad8763cb7468dbc36535.tar.gz |
Work begins on #408 and #399
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', ] } |