From 67c9cf765c794067e3a48f474665161799c3c57b Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sun, 12 Feb 2017 13:17:06 -0500 Subject: Add six module to requirements for building docs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5f9ede8a..696fc824 100755 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ CLASSIFIERS = filter(None, map(str.strip, INSTALL_REQUIRES = ['pyparsing >= 2.0.1', 'six'] # unitest.mock was added in Python 3.3. mock is a backport of unittest.mock to all versions of Python TESTS_REQUIRE = ['mock', 'pytest'] -DOCS_REQUIRE = ['sphinx', 'sphinx_rtd_theme', 'pyparsing'] +DOCS_REQUIRE = ['sphinx', 'sphinx_rtd_theme', 'pyparsing', 'six'] setup( name="cmd2", -- cgit v1.2.1