summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1fd2d34d0..4354b0baa 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,6 @@ requires = [
'alabaster>=0.7,<0.8',
'imagesize',
'requests>=2.0.0',
- 'sphinxcontrib-websupport',
'typing',
'setuptools',
]
@@ -60,6 +59,9 @@ extras_require = {
':sys_platform=="win32"': [
'colorama>=0.3.5',
],
+ 'websupport': [
+ 'sphinxcontrib-websupport',
+ ],
'test': [
'pytest',
'mock', # it would be better for 'test:python_version in 2.7'