From f8e07586678a3cdfc8a8f73da92deb87844c1476 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 11 Feb 2016 07:45:26 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ibe633a74ddff7c7324dc2332cb157878ea364511 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6235aae..ebb088a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -eventlet!=0.18.0,>=0.17.4 # MIT -python-swiftclient>=2.2.0 # Apache-2.0 +eventlet>=0.18.2 # MIT +python-swiftclient>=2.2.0 # Apache-2.0 six>=1.9.0 # MIT