mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
add extras_require for websupport and test.
This commit is contained in:
parent
b45fec3813
commit
bc6df36d37
9
setup.py
9
setup.py
@ -60,6 +60,15 @@ extras_require = {
|
|||||||
':sys_platform=="win32"': [
|
':sys_platform=="win32"': [
|
||||||
'colorama',
|
'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
|
# for sdist installation with pip-1.5.6
|
||||||
|
Loading…
Reference in New Issue
Block a user