mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 04:27:38 +08:00
make jenkins-mail-py as extras_require
This commit is contained in:
8
setup.py
8
setup.py
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user