diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-05-15 18:13:29 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-05-15 18:13:29 +0000 |
| commit | a963eceee7e67e58cbc4693e20c3299eb8cd3186 (patch) | |
| tree | c553c535f982c86685e6045d448b88c4c5344f9e | |
| parent | fe709f2661a37e1f6b6b39b3025806c204d6a6e0 (diff) | |
| download | python-designateclient-stable/liberty.tar.gz | |
Updated from global requirementsliberty-eolstable/liberty
Change-Id: Iccaa03de05f8b4d47ee54fab15af19e93d97cb95
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 271a111..2910560 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ cliff!=1.16.0,!=1.17.0,>=1.14.0 # Apache-2.0 jsonschema!=2.5.0,<3.0.0,>=2.0.0 oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0 pbr>=1.6 -python-keystoneclient!=1.8.0,>=1.6.0 +python-keystoneclient!=1.8.0,<3.0.0,>=1.6.0 requests!=2.8.0,!=2.9.0,>=2.5.2 six>=1.9.0 stevedore>=1.5.0 # Apache-2.0 |
