From aaf93641d4ae167b78cc51bc45354c475568dfdf Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 18 Apr 2016 13:25:29 -0700 Subject: [PATCH] Remove direct dependency on babel The dependency on oslo.i18n already forces this requirement. Change-Id: I09fb9c8b425a270c79884427c39ebc2174686d4f --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 171cdba..7d88640 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ pbr>=1.6 # Apache-2.0 Jinja2>=2.8 # BSD License (3 clause) -Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD oslo.serialization>=1.10.0 # Apache-2.0 psutil<2.0.0,>=1.1.1 # BSD six>=1.9.0 # MIT