From feb7db5c948783fcbadbad8763cb7468dbc36535 Mon Sep 17 00:00:00 2001 From: kotfu Date: Mon, 28 May 2018 17:22:58 -0600 Subject: Work begins on #408 and #399 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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', ] } -- cgit v1.2.1