From 92abcc4325914d43fd9295973beaf6f66c306107 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Fri, 26 Jun 2015 07:13:50 -0400 Subject: [PATCH] Add oslo.i18n to requirements Running "pip-missing-reqs" tox target showed these references in our code. Since we refer to them directly, we should add them to our requirements. Change-Id: Ifba96e00ceca00f94b0a937131f99d618e6eedfe --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 5a30d63e..f1bf34c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,6 @@ Babel>=1.3 dogpile.cache>=0.5.3 six>=1.9.0 oslo.config>=1.11.0 # Apache-2.0 +oslo.i18n>=1.5.0 # Apache-2.0 oslo.log>=1.2.0 # Apache-2.0 oslo.utils>=1.6.0 # Apache-2.0