Drop babel as requirement since its not used

See the following thread for more details.

http://lists.openstack.org/pipermail/openstack-dev/2016-April/thread.html#92510

Change-Id: I2b91808ad27de93bf28701fcd2fc8e038c4573d1
This commit is contained in:
Joshua Harlow 2016-04-20 18:52:13 -07:00
parent 3165b44e51
commit c204667ed8
1 changed files with 0 additions and 1 deletions

View File

@ -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
six>=1.9.0 # MIT
wrapt>=1.7.0 # BSD License
funcsigs>=0.4;python_version=='2.7' or python_version=='2.6' # Apache-2.0