From c21a64ea7b3b0fbdab8592afecdd31d9b8e64a6a Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 1 Jun 2016 18:59:08 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I24c03abfdef70504630af1fe0de3191a7847fcdc --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 68663f2..a43a7a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -Flask<1.0,>=0.10 # BSD +Flask!=0.11,<1.0,>=0.10 # BSD dogpile.cache>=0.5.7 # BSD netaddr!=0.7.16,>=0.7.12 # BSD eventlet!=0.18.3,>=0.18.2 # MIT