From 48014fbb5d78501b378d49b06da493cbdcd5074f Mon Sep 17 00:00:00 2001 From: Eric K Date: Fri, 24 Aug 2018 12:50:34 -0700 Subject: [PATCH] remove Babel unused requirement Previously needed by internationalization. Change-Id: I43b43d1a09080b524c35807d46fae8290bd5b6c2 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c1005ab8d..947621bf6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -Babel!=2.4.0,>=2.3.4 # BSD eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT jsonschema<3.0.0,>=2.6.0 # MIT PuLP>=1.4.1 # MIT