diff --git a/setup.py b/setup.py index a62cc348..d6594523 100755 --- a/setup.py +++ b/setup.py @@ -51,6 +51,14 @@ setup( ], test_suite = "tests", install_requires = [ + "kobo", + "lockfile", "lxml", + "productmd", + ], + tests_require = [ + "mock", + "nose", + "nose-cov", ], )