make jenkins-mail-py as extras_require

This commit is contained in:
debugtalk
2017-08-14 22:46:37 +08:00
parent b3c57d778d
commit f947a32822
3 changed files with 41 additions and 4 deletions

View File

@@ -27,9 +27,13 @@ setup(
"PyYAML",
"coveralls",
"coverage",
"PyUnitReport",
"jenkins-mail-py"
"PyUnitReport"
],
extras_require={
'mail': [
"jenkins-mail-py"
]
},
dependency_links=[
"git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport-0",
"git+https://github.com/debugtalk/jenkins-mail-py.git#egg=jenkins-mail-py-0"