Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-04-09 06:06:35 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-04-22 11:54:20 +0300
commitfef9f870d40481c042e1d1f6bda38a1ca009a973 (patch)
treee17aa3b7bc9a1ae5505931bcdd1586296f7de135 /setup.py
parent45887c7d62dde461f2741f1cb9e2cc1ca26a42dd (diff)
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'