mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-07 15:31:23 +08:00
remove PyUnitReport and locustio link
This commit is contained in:
9
setup.py
9
setup.py
@@ -34,15 +34,6 @@ setup(
|
|||||||
"coverage",
|
"coverage",
|
||||||
"PyUnitReport"
|
"PyUnitReport"
|
||||||
],
|
],
|
||||||
extras_require={
|
|
||||||
'locustio': [
|
|
||||||
"locustio"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
dependency_links=[
|
|
||||||
"git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport-0",
|
|
||||||
"git+https://github.com/locustio/locust.git#egg=locust-0"
|
|
||||||
],
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
|
|||||||
Reference in New Issue
Block a user