Add Babel missing requirement

Babel is required by heat.openstack.common.gettextutils but was only in
test-requirements.txt.

Fixes bug #1208673

Change-Id: Iaffcbc861e64caa37d64335f0fb6e568672ffc52
This commit is contained in:
Clint Byrum 2013-08-05 19:58:29 -07:00
parent a2a4b9775a
commit d1b0f146d2
2 changed files with 1 additions and 1 deletions

View File

@ -24,3 +24,4 @@ python-cinderclient>=1.0.4
PyYAML>=3.1.0
oslo.config>=1.1.0
paramiko>=1.8.0
Babel>=0.9.6

View File

@ -12,4 +12,3 @@ testtools>=0.9.29
testrepository>=0.0.13
python-glanceclient
sphinx>=1.1.2
Babel