summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2015-03-07 16:29:29 +0900
committershimizukawa <shimizukawa@gmail.com>2015-03-07 16:53:32 +0900
commitbc6df36d37f00cecb6cba075e1dfc5fa86181bee (patch)
treeb1fa4e66a1d1ff06d329d111eb8828b85e5f0505 /setup.py
parentb45fec38138f16cb71867056cd11465659511c78 (diff)
downloadsphinx-git-bc6df36d37f00cecb6cba075e1dfc5fa86181bee.tar.gz
add extras_require for websupport and test.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 0ea008008..57af00f06 100644
--- a/setup.py
+++ b/setup.py
@@ -60,6 +60,15 @@ extras_require = {
':sys_platform=="win32"': [
'colorama',
],
+ 'websupport': [
+ 'sqlalchemy>=0.9',
+ 'whoosh>=2.0',
+ ],
+ 'test': [
+ 'nose',
+ 'mock', # it would be better for 'test:python_version in "2.6,2.7"'
+ 'simplejson', # better: 'test:platform_python_implementation=="PyPy"'
+ ],
}
# for sdist installation with pip-1.5.6