From 2b8c6cac22b810683a4eef0a74481e1ee4215c86 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Fri, 6 Apr 2018 20:32:58 +0900 Subject: [PATCH] Add oslo.log to requirements.txt During the review https://review.openstack.org/#/c/554597/, it turns out that oslo.log is a direct dependency. This commit adds oslo.log to requirements.txt. Change-Id: Ief5930dcb0793e441aabf658269ada31b05b7de5 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 17de076a7..ec2d7af87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,7 @@ iso8601>=0.1.11 # MIT netaddr>=0.7.18 # BSD osc-lib>=1.8.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 os-client-config>=1.28.0 # Apache-2.0