X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=setup.py;h=31d23de3aae141ac05b69a19a0d69b364fdf3f07;hb=8d376bfbe5802beb6ea3847df94828bb89d55428;hp=3ef09d11134610b3ee62111faa62d10f6a38c9ff;hpb=2733defda816a84d2b9c2e361a5970b9de4923f4;p=yardstick.git diff --git a/setup.py b/setup.py index 3ef09d111..31d23de3a 100755 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ setup( "lxml", "PyYAML>=3.10", "pbr<2.0,>=1.3", + "python-openstackclient>=2.1.0", "python-glanceclient>=0.12.0", "python-heatclient>=0.2.12", "python-keystoneclient>=0.11.1", @@ -36,9 +37,11 @@ setup( "mock>=1.0.1", # remove with python3 "paramiko", "netifaces", + "scp", "six", "testrepository>=0.0.18", - "testtools>=1.4.0" + "testtools>=1.4.0", + "nose" ], extras_require={ 'plot': ["matplotlib>=1.4.2"]