summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-05-28 17:22:58 -0600
committerkotfu <kotfu@kotfu.net>2018-05-28 17:22:58 -0600
commitfeb7db5c948783fcbadbad8763cb7468dbc36535 (patch)
tree4f7aca0784cbb703a693a553ed1cb8c6f18094da /setup.py
parenta72219b1431627fdd2ce500d5f0f2bad26b3a6d3 (diff)
downloadcmd2-git-feb7db5c948783fcbadbad8763cb7468dbc36535.tar.gz
Work begins on #408 and #399
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..7334af6f 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',
]
}