Restore Babel to requirements.txt

Babel is needed by code synced in from oslo-incubator, namely
neutron.openstack.common.gettextutils.

Fixes bug #1212135

Change-Id: I7f490fb8cf9a4fcba1711cf464f934d60d6d435e
This commit is contained in:
Clint Byrum 2013-08-14 00:52:32 -07:00
parent 748c58d1da
commit 93195ef9c6
2 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,7 @@ Routes>=1.12.3
amqplib>=0.6.1
anyjson>=0.3.3
argparse
Babel>=0.9.6
eventlet>=0.13.0
greenlet>=0.3.2
httplib2

View File

@ -1,6 +1,5 @@
hacking>=0.5.6,<0.7
Babel>=0.9.6
cliff>=1.4
coverage>=3.6
discover