From 7bc24c5d146a83dbb0e9560fe121595d15dbea32 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 18 Apr 2016 13:17:58 -0700 Subject: [PATCH] Remove direct dependency on babel The dependency on oslo.i18n already forces this requirement. Change-Id: I4839b63ec9c8005f38231ee11f433a4c334e96d5 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fab288..033a47a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. pbr>=1.6 # Apache-2.0 -Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD iso8601>=0.1.9 # MIT oslo.config>=3.9.0 # Apache-2.0