diff --git a/setup.py b/setup.py index f980ee4..3a36ee1 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,6 @@ # limitations under the License. # -from setuptools import find_packages from setuptools import setup import f5_image_prep @@ -32,4 +31,6 @@ 'Programming Language :: Python', 'Intended Audience :: System Administrators', ], + install_requires=['python-keystoneclient == 1.7.2', + 'python-glanceclient == 1.2.0'] )