summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-08-21 22:56:05 -0400
committerGitHub <noreply@github.com>2018-08-21 22:56:05 -0400
commit3234833c462bd0817f55b8a8145c99347765e77b (patch)
treec2790e1b3f008a0968a1d00f34ccefe26c2e2102 /setup.py
parent551f635ae14b814be6855e9ac8198216ad3a089c (diff)
parent6d74e51aeb769033f1ce8657b8570fb2e167ed8a (diff)
downloadcmd2-git-3234833c462bd0817f55b8a8145c99347765e77b.tar.gz
Merge pull request #501 from python-cmd2/all_commands
Make sure get_all_commands() returns functions
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0425cf7e..094229e8 100755
--- a/setup.py
+++ b/setup.py
@@ -76,7 +76,7 @@ EXTRAS_REQUIRE = {
# for python 3.5 and earlier we need the third party mock module
"mock ; python_version<'3.6'",
'pytest', 'codecov', 'pytest-cov', 'pytest-mock', 'tox', 'pylint',
- 'sphinx', 'sphinx-rtd-theme', 'sphinx-autobuild', 'invoke', 'twine>=1.11',
+ 'sphinx<1.7.7', 'sphinx-rtd-theme', 'sphinx-autobuild', 'invoke', 'twine>=1.11',
]
}