diff options
author | 2021-08-19 13:11:03 +0800 | |
---|---|---|
committer | 2021-08-19 16:19:25 +0800 | |
commit | f96919ba694a1086f989074e1f5972ea5621eaf8 (patch) | |
tree | 4f4fda08538d709ea46fa28b29ad111a805dfee6 /starlingx/requirements.txt | |
parent | d389053df48d5fb142ab2264d4157fb32a8afab2 (diff) |
Remove dependency to onaplog package
due to it is not supported python3.8
Issue-ID: MULTICLOUD-1382
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I616edd885070724aa4daea3a3220547e2108531e
Diffstat (limited to 'starlingx/requirements.txt')
-rw-r--r-- | starlingx/requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/starlingx/requirements.txt b/starlingx/requirements.txt index e92acdad..3623b817 100644 --- a/starlingx/requirements.txt +++ b/starlingx/requirements.txt @@ -35,5 +35,4 @@ ruamel.yaml==0.16.10 # mock==2.0.0 # unittest_xml_reporting==1.12.0 -# for onap logging -onappylog>=1.0.9 +PyYAML==5.3.1
\ No newline at end of file |