summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-04-09 12:06:35 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-04-22 17:54:20 +0900
commitfef9f870d40481c042e1d1f6bda38a1ca009a973 (patch)
treee17aa3b7bc9a1ae5505931bcdd1586296f7de135 /setup.py
parent45887c7d62dde461f2741f1cb9e2cc1ca26a42dd (diff)
downloadsphinx-git-fef9f870d40481c042e1d1f6bda38a1ca009a973.tar.gz
Split websupport to sphinxcontrib-websupport package
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index ab1ee714f..1fd2d34d0 100644
--- a/setup.py
+++ b/setup.py
@@ -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'