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
This commit is contained in:
Akihiro Motoki 2018-04-06 20:32:58 +09:00
parent 50a251ff94
commit 2b8c6cac22
1 changed files with 1 additions and 0 deletions

View File

@ -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