diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2018-02-17 10:20:05 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2018-02-17 10:20:05 +0000 |
| commit | 8aaf3c8f1c1a282b3597d97ccd18bab28689c24b (patch) | |
| tree | 17ef75c3e1157c5cdcb782a13018b202b7d7bdb5 | |
| parent | 0b28b04ebbfaed981f4e00e69e4c7a8e0ed75395 (diff) | |
| download | python-troveclient-8aaf3c8f1c1a282b3597d97ccd18bab28689c24b.tar.gz | |
Updated from global requirements
Change-Id: Ia83b80d03bd227522d29f743eb48a270048cc84c
| -rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 31d6fec..c15ef04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,8 +8,8 @@ simplejson>=3.5.1 # MIT oslo.i18n>=3.15.3 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 Babel!=2.4.0,>=2.3.4 # BSD -keystoneauth1>=3.3.0 # Apache-2.0 +keystoneauth1>=3.4.0 # Apache-2.0 six>=1.10.0 # MIT python-swiftclient>=3.2.0 # Apache-2.0 -python-mistralclient>=3.1.0 # Apache-2.0 +python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 osc-lib>=1.8.0 # Apache-2.0 |
