Add missing dependency to extra_requires [doc]

parent 23f7365d
......@@ -47,7 +47,11 @@ setup(name=name,
'cliff',
'requests',
] + additional_install_requires,
extra_requires={'docs': ('Sphinx', 'repoze.sphinx.autointerface'),},
extra_requires={'docs': (
'Sphinx',
'repoze.sphinx.autointerface',
'sphinxcontrib.programoutput'
),},
tests_require=[
'pyflakes',
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment