diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-09-22 13:15:54 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-09-22 13:15:54 +0000 |
| commit | 41f7de22d6f99b25d49187bf532197a20f640c7c (patch) | |
| tree | 599c635dea941828f7b6c63cb9aa1c4875c095b1 | |
| parent | bce740d5ffff4e0e6cc4846e8fdc137f67d21e04 (diff) | |
| download | python-openstackclient-41f7de22d6f99b25d49187bf532197a20f640c7c.tar.gz | |
Updated from global requirements
Change-Id: I9f23736d106b4b6fcc37b98f03387ea041c5828d
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 069a7374..db933417 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ six>=1.9.0 # MIT Babel>=2.3.4 # BSD cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0 keystoneauth1>=2.10.0 # Apache-2.0 -openstacksdk>=0.9.6 # Apache-2.0 +openstacksdk!=0.9.6,>=0.9.5 # Apache-2.0 osc-lib>=1.0.2 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.utils>=3.16.0 # Apache-2.0 |
