From 62b4e1f40886913a5e87cc37ca3b165d87913a52 Mon Sep 17 00:00:00 2001 From: Jan Provaznik Date: Mon, 12 Aug 2013 13:07:42 +0200 Subject: Move Babel dependency from test-req to req Recent changes added an undeclared dependency on babel in keystone.openstack.common.gettextutils. Change-Id: I045195e056c555a293371b50cfc3d7ec0c110ba7 Fixes: bug #1211270 --- requirements.txt | 1 + test-requirements.txt | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index f7161d2c..b57a91fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,3 +16,4 @@ lxml iso8601>=0.1.4 python-keystoneclient>=0.3.0 oslo.config>=1.1.0 +Babel>=0.9.6 diff --git a/test-requirements.txt b/test-requirements.txt index 48ac1280..223c4456 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -40,8 +40,5 @@ keyring netifaces -# For translations processing -Babel - # For documentation oslo.sphinx -- cgit