mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
remove PyUnitReport and locustio link
This commit is contained in:
9
setup.py
9
setup.py
@@ -34,15 +34,6 @@ setup(
|
||||
"coverage",
|
||||
"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=[
|
||||
"Development Status :: 3 - Alpha",
|
||||
'Programming Language :: Python :: 2.7',
|
||||
|
||||
Reference in New Issue
Block a user