diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-04-16 12:12:46 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-04-16 12:12:46 +0000 |
| commit | e750e5784dcb4b58ef2359f9dded9064a92b58a3 (patch) | |
| tree | 9d65c413db2c1ce156ecb23cbcbadf4a44458d54 | |
| parent | bee11edd327c52c64d0ddef784c52c8e0138ea58 (diff) | |
| download | python-openstackclient-e750e5784dcb4b58ef2359f9dded9064a92b58a3.tar.gz | |
Updated from global requirements
Change-Id: I01cf9b37709fcc05fbbab531589b4aea8b626114
| -rw-r--r-- | requirements.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index 2e18b0b8..15024d44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,10 +11,10 @@ oslo.config>=1.9.3,<1.10.0 # Apache-2.0 oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0 oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0 -python-glanceclient>=0.15.0 -python-keystoneclient>=1.1.0 -python-novaclient>=2.22.0 -python-cinderclient>=1.1.0 -python-neutronclient>=2.3.11,<3 +python-glanceclient>=0.15.0,<0.18.0 +python-keystoneclient>=1.1.0,<1.4.0 +python-novaclient>=2.22.0,<2.24.0 +python-cinderclient>=1.1.0,<1.2.0 +python-neutronclient>=2.3.11,<2.5.0 requests>=2.2.0,!=2.4.0 stevedore>=1.3.0,<1.4.0 # Apache-2.0 |
