summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorZane Bitter <zbitter@redhat.com>2018-04-11 14:49:38 -0400
committerZane Bitter <zbitter@redhat.com>2018-04-11 14:49:38 -0400
commit50c634935d41d0098b9ea1820dc53178fddfa8ab (patch)
treecc7a8716a3fab03b29ea382ec9cf28f975487812 /requirements.txt
parent2c63287420c7d8e90641cd90ea4d1dd6ab743625 (diff)
downloadheat-50c634935d41d0098b9ea1820dc53178fddfa8ab.tar.gz
Fix lower-constraints
In the course of switching over to lower-constraints, the lower constraints got out of sync with the requirements. This change fixes the constraints using the script mentioned in http://lists.openstack.org/pipermail/openstack-dev/2018-April/129056.html Change-Id: Iae317fa745862ebde4115ca8e77a26c6c9be20ac
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 0e3bcf9e6..858a9cfd4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,7 +6,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
croniter>=0.3.4 # MIT License
cryptography>=2.1 # BSD/Apache-2.0
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
+eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
keystoneauth1>=3.4.0 # Apache-2.0
keystonemiddleware>=4.17.0 # Apache-2.0
lxml!=3.7.0,>=3.4.1 # BSD