diff options
-rw-r--r-- | docs/requirements.txt | 1 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..210dfec5 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +pyparsing @@ -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'] +DOCS_REQUIRE = ['sphinx', 'sphinx_rtd_theme', 'pyparsing'] setup( name="cmd2", |