add extras_require for websupport and test.

This commit is contained in:
shimizukawa 2015-03-07 16:29:29 +09:00
parent b45fec3813
commit bc6df36d37

View File

@ -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