diff options
author | dyh <dengyuanhong@chinamobile.com> | 2021-06-16 11:42:15 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2021-06-16 11:42:45 +0800 |
commit | 8356bf435ea0619ed6d0b1e52073a3cbaec11f0a (patch) | |
tree | 1774eb84ce275923cd3af3145c154a92da2d0a41 /lcm | |
parent | 47d832d3f70c2cbe62adad1d28bb456a193d25e5 (diff) |
Update PyYAML version to 5.4.1
Change-Id: I5dab860ecec84807784b775fdb20db2d490af15f
Issue-ID: VFC-1863
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lcm/requirements.txt b/lcm/requirements.txt index becca468..f17f8578 100644 --- a/lcm/requirements.txt +++ b/lcm/requirements.txt @@ -1,3 +1,5 @@ +jsonschema==3.2.0 + # rest framework Django==2.1.10 djangorestframework==3.10.0 @@ -31,4 +33,4 @@ onappylog==1.0.9 # uwsgi for parallel processing uwsgi -PyYAML==5.3.1
\ No newline at end of file +PyYAML==5.4.1
\ No newline at end of file |