diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-04-11 08:05:02 +0000 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2016-04-21 06:38:45 +0000 |
| commit | fe8c47eba0fe2825a3694671eb47f4f47c3169d8 (patch) | |
| tree | 9207ab786a169515ae574d390493c52843665982 | |
| parent | 4f52b5e8f19561a4c49089931876701800150dab (diff) | |
| download | python-openstackclient-fe8c47eba0fe2825a3694671eb47f4f47c3169d8.tar.gz | |
Updated from global requirements
Depends-On: Ic7300d1f708339701b5daadbf2c4769b239a2adb
Change-Id: I203479c6e834e6fbcfe2e4266a17a6885f4ff248
| -rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 3637a9f4..03a3f1bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pbr>=1.6 six>=1.9.0 Babel>=1.3 -cliff>=1.14.0 # Apache-2.0 +cliff!=1.16.0,!=1.17.0,>=1.14.0 # Apache-2.0 cliff-tablib>=1.0 os-client-config!=1.6.2,>=1.4.0 oslo.config>=2.3.0 # Apache-2.0 @@ -16,5 +16,5 @@ python-keystoneclient!=1.8.0,>=1.6.0 python-novaclient!=2.33.0,>=2.28.1 python-cinderclient>=1.3.1 python-neutronclient>=2.6.0 -requests!=2.8.0,>=2.5.2 +requests!=2.8.0,!=2.9.0,>=2.5.2 stevedore>=1.5.0 # Apache-2.0 |
