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>2019-01-03 19:47:43 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-14 13:44:12 +0300
commit9c52b4ed6c7dafd7e2d2e156763a06e428091b0c (patch)
treeb07e062e1b8fbf64ed9545132cfd8a2f2b0becca /setup.py
parent0081482eb7b65cb286afd6ed1c466990545226be (diff)
Drop dependency: sphinxcontrib-websupport
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index be4097b70..473b85788 100644
--- a/setup.py
+++ b/setup.py
@@ -33,10 +33,6 @@ extras_require = {
':sys_platform=="win32"': [
'colorama>=0.3.5',
],
- 'websupport': [
- 'sqlalchemy>=0.9',
- 'whoosh>=2.0',
- ],
'test': [
'mock',
'pytest',