adding unittest-xml-reporting as a dependency to marvin

This commit is contained in:
Prasanna Santhanam 2012-06-21 09:26:06 +05:30
parent e5fd090053
commit 6fbd7503da
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ setup(name="Marvin",
packages=["marvin", "marvin.cloudstackAPI", "marvin.sandbox", "marvin.pymysql", "marvin.pymysql.constants", "marvin.pymysql.tests"],
license="LICENSE.txt",
install_requires=[
"Python>=2.7",
"paramiko",
"nose"
"nose",
"unittest-xml-reporting"
],
)