From ac9698ae4d7d1dd118a4eae8e263ac8f03a74c03 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 19 Feb 2016 18:57:12 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ibf201c34d253be2b1bf9da29a26b86f5a4485a89 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ebb088a..1d2313e 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.2 # MIT +eventlet!=0.18.3,>=0.18.2 # MIT python-swiftclient>=2.2.0 # Apache-2.0 six>=1.9.0 # MIT