From c436ff2b28d5b7e5ff5cacbe823a76891770f62b Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Fri, 11 Jul 2014 15:56:13 +0400 Subject: Add oslo.i18n lib to requirements The oslo.i18n lib provides i18n functions that were provided by oslo-incubator's gettextutils module. Implements blueprint sahara-client-oslo-i18n Change-Id: I62576fdb0891cef86974c6e3fedeec3540570d04 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 1d58384..6b8d279 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ Babel>=1.3 pbr>=0.6,!=0.7,<1.0 netaddr>=0.7.6 +oslo.i18n>=0.1.0 python-keystoneclient>=0.9.0 requests>=1.1 six>=1.7.0 -- cgit v1.2.1