diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2014-04-20 09:59:03 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2014-04-20 09:59:03 +0000 |
| commit | dde02b8a38daa46e3680bd512ea549d265faa00c (patch) | |
| tree | f43e6246e053c7c6fe6442378048ab7d9b70f7a2 | |
| parent | 8ec78a10f8ee35b607c4a7c0260de31178cdf5b0 (diff) | |
| download | python-openstackclient-dde02b8a38daa46e3680bd512ea549d265faa00c.tar.gz | |
Updated from global requirements
Change-Id: Ib4416938530bd1037cc4b7e84bf81475d91e6b16
| -rw-r--r-- | requirements.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index 5547d896..5fa919fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -pbr>=0.6,<1.0 +pbr>=0.6,!=0.7,<1.0 cliff>=1.4.3 -keyring>=1.6.1,<2.0,>=2.1 +keyring>=2.1 pycrypto>=2.6 python-glanceclient>=0.9.0 -python-keystoneclient>=0.6.0 +python-keystoneclient>=0.7.0 python-novaclient>=2.17.0 python-cinderclient>=1.0.6 requests>=1.1 -six>=1.5.2 +six>=1.6.0 |
