From 34c708bc5c60fdf4b183ef762c31741ef924a9d7 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Wed, 2 Jul 2014 16:03:49 -0500 Subject: [PATCH] Add oslo.i18n as dependency oslo.i18n provides the i18n functions that were provided by oslo-incubator's gettextutils module. Once Keystone is changed to use oslo.i18n the gettextutils module can be removed. Change-Id: Ie9db1c25ba0601258fb9a493cbc75b0ff205d0d6 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 16f68fc438..1e033bdadd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,7 @@ keystonemiddleware oslo.config>=1.2.1 oslo.messaging>=1.3.0 oslo.db>=0.2.0 # Apache-2.0 +oslo.i18n>=0.1.0 # Apache-2.0 Babel>=1.3 oauthlib>=0.6 dogpile.cache>=0.5.3