diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-05-28 21:24:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-28 21:24:15 -0400 |
commit | 7000604ac826a637539c388ad8f5ff8a3ebfc419 (patch) | |
tree | 99e3aa95436baecfc46afc35c2dfe158e5270821 /setup.py | |
parent | a72219b1431627fdd2ce500d5f0f2bad26b3a6d3 (diff) | |
parent | 6e027d15037ecb443645c00471e4a7dfa92154fc (diff) | |
download | cmd2-git-7000604ac826a637539c388ad8f5ff8a3ebfc419.tar.gz |
Merge pull request #422 from python-cmd2/invoke
Move from fab to invoke
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', ] } |