summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <jxharlow@godaddy.com>2016-04-18 13:22:47 -0700
committerJoshua Harlow <jxharlow@godaddy.com>2016-04-18 13:23:00 -0700
commit830149dbebdf62e5f0ed93e011fb6bbee44896cb (patch)
tree0d62aee46cdc40508e478754b5adc72656e26e67
parent179fd83f1f652388559d9c7e942f41b51fddb14b (diff)
downloadoslo-middleware-830149dbebdf62e5f0ed93e011fb6bbee44896cb.tar.gz
Remove direct dependency on babel
The dependency on oslo.i18n already forces this requirement. Change-Id: Ifc708a432a8c89aa2a98f0d33c189cad4e25e931
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index cde0c07..d2f0734 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
Jinja2>=2.8 # BSD License (3 clause)
oslo.config>=3.9.0 # Apache-2.0
oslo.context>=2.2.0 # Apache-2.0