add version number for dependent PyUnitReport

This commit is contained in:
httprunner
2017-08-05 14:04:54 +08:00
parent d5da5941d7
commit ce94af9e57
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ setup(
"PyUnitReport"
],
dependency_links=[
"git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport"
"git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport-0"
],
classifiers=[
"Development Status :: 3 - Alpha",