Do not make project depends on Babel by default

There's no reason to depend on it as it's not needed to run the
application or use the library. We also remove it from cookiecutter
in Icc847c6a5cb194a77abfca6134444903cf7b8db5

Change-Id: I358b1b86c866651d2e96c2343c02090729d9838a
This commit is contained in:
ChangBo Guo(gcb) 2016-10-01 19:19:31 +08:00
parent e0a5ae05d4
commit a446429b61
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
pbr>=1.6 # Apache-2.0
# Horizon Core Requirements
Babel>=2.3.4 # BSD
Django<1.9,>=1.8 # BSD
django-compressor>=2.0 # MIT
django-openstack-auth>=2.4.0 # Apache-2.0