Split websupport to sphinxcontrib-websupport package

This commit is contained in:
Takeshi KOMIYA
2017-04-09 12:06:35 +09:00
parent 45887c7d62
commit fef9f870d4
14 changed files with 18 additions and 1498 deletions

View File

@@ -51,6 +51,7 @@ requires = [
'alabaster>=0.7,<0.8',
'imagesize',
'requests>=2.0.0',
'sphinxcontrib-websupport',
'typing',
'setuptools',
]
@@ -59,10 +60,6 @@ extras_require = {
':sys_platform=="win32"': [
'colorama>=0.3.5',
],
'websupport': [
'sqlalchemy>=0.9',
'whoosh>=2.0',
],
'test': [
'pytest',
'mock', # it would be better for 'test:python_version in 2.7'