diff options
| author | OpenStack Jenkins <jenkins@openstack.org> | 2013-10-01 16:15:07 +0000 |
|---|---|---|
| committer | OpenStack Jenkins <jenkins@openstack.org> | 2013-10-01 16:15:07 +0000 |
| commit | bca4cf95789fc30577c796fdf349d072ef087f25 (patch) | |
| tree | 42d677b823886dc6eb755335119ffffbb1ee0375 | |
| parent | ad59b03be6af9da31230689af268139b12b548e7 (diff) | |
| download | python-openstackclient-bca4cf95789fc30577c796fdf349d072ef087f25.tar.gz | |
Updated from global requirements
Change-Id: Ic3b5de6a54951b4f9a6449f97aa1ab9c395a2f08
| -rw-r--r-- | requirements.txt | 4 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index d956a9eb..d906f1b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ pbr>=0.5.21,<1.0 -cliff>=1.4 +cliff>=1.4.3 keyring>=1.6.1,<2.0 pycrypto>=2.6 python-glanceclient>=0.9.0 python-keystoneclient>=0.3.2 -python-novaclient>=2.12.0 +python-novaclient>=2.15.0 python-cinderclient>=1.0.5 @@ -18,5 +18,5 @@ import setuptools setuptools.setup( - setup_requires=['pbr>=0.5.21,<1.0'], + setup_requires=['pbr'], pbr=True) |
