Fix #3683: sphinx.websupport module is not provided by default

This commit is contained in:
Takeshi KOMIYA
2017-05-03 22:58:30 +09:00
parent 1048a239c6
commit 0135948485
4 changed files with 4 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ requires = [
'requests>=2.0.0',
'typing',
'setuptools',
'sphinxcontrib-websupport',
]
extras_require = {
# Environment Marker works for wheel 0.24 or later
@@ -60,7 +61,8 @@ extras_require = {
'colorama>=0.3.5',
],
'websupport': [
'sphinxcontrib-websupport',
'sqlalchemy>=0.9',
'whoosh>=2.0',
],
'test': [
'pytest',