Update links in user guide
[yardstick.git] / setup.py
index 48f00f4..31d23de 100755 (executable)
--- 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",
@@ -39,7 +40,8 @@ setup(
                       "scp",
                       "six",
                       "testrepository>=0.0.18",
-                      "testtools>=1.4.0"
+                      "testtools>=1.4.0",
+                      "nose"
                       ],
     extras_require={
         'plot': ["matplotlib>=1.4.2"]