Remove direct dependency on babel

The dependency on oslo.i18n already forces this requirement.

Change-Id: I09fb9c8b425a270c79884427c39ebc2174686d4f
This commit is contained in:
Joshua Harlow 2016-04-18 13:25:29 -07:00
parent 66fa3a9ee4
commit aaf93641d4
1 changed files with 0 additions and 1 deletions

View File

@ -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