diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-08-21 22:56:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-21 22:56:05 -0400 |
commit | 3234833c462bd0817f55b8a8145c99347765e77b (patch) | |
tree | c2790e1b3f008a0968a1d00f34ccefe26c2e2102 /setup.py | |
parent | 551f635ae14b814be6855e9ac8198216ad3a089c (diff) | |
parent | 6d74e51aeb769033f1ce8657b8570fb2e167ed8a (diff) | |
download | cmd2-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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', ] } |