diff options
author | liangke <lokyse@163.com> | 2019-03-01 15:27:26 +0800 |
---|---|---|
committer | liangke <lokyse@163.com> | 2019-03-01 15:27:44 +0800 |
commit | 00c255862c383cceb71dc8343b4d833fc078d181 (patch) | |
tree | 4e125b4241622db3f45de32097563d13bb2e3d83 /multivimbroker | |
parent | 8c356599e38e8f6e689ba7ebdb3bf9a1d2c26459 (diff) |
upgrade onappylog version
Change-Id: I0e0bcd43cfd3ad815d7e059b0abb5aaf43afcbfb
Issue-ID: MULTICLOUD-481
Signed-off-by: liangke <lokyse@163.com>
Diffstat (limited to 'multivimbroker')
-rw-r--r-- | multivimbroker/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multivimbroker/requirements.txt b/multivimbroker/requirements.txt index b7cdb47..0f4a143 100644 --- a/multivimbroker/requirements.txt +++ b/multivimbroker/requirements.txt @@ -27,7 +27,7 @@ mock==2.0.0 unittest_xml_reporting==1.12.0 # for onap logging -onappylog>=1.0.6 +onappylog>=1.0.8 # for pecan framework pecan>=1.2.1 |