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:
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',