add missing dependencies

... which are available from pypi.python.org

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2016-06-06 11:21:19 +02:00
parent 53f93b27c2
commit 698805f62b
1 changed files with 8 additions and 0 deletions

View File

@ -51,6 +51,14 @@ setup(
],
test_suite = "tests",
install_requires = [
"kobo",
"lockfile",
"lxml",
"productmd",
],
tests_require = [
"mock",
"nose",
"nose-cov",
],
)