Implementation of yardstick-tc006 in Yardstick
[yardstick.git] / setup.py
index 3ef09d1..eb55e92 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -36,9 +36,11 @@ setup(
                       "mock>=1.0.1",  # remove with python3
                       "paramiko",
                       "netifaces",
+                      "scp",
                       "six",
                       "testrepository>=0.0.18",
                       "testtools>=1.4.0"
+                      "nose"
                       ],
     extras_require={
         'plot': ["matplotlib>=1.4.2"]