diff options
author | dyh <dengyuanhong@chinamobile.com> | 2021-06-16 11:44:13 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2021-06-16 11:44:49 +0800 |
commit | b33cb722c0728a79caf42ed38bbaab23d066cdbc (patch) | |
tree | 50c41cd6ae002d08eca5e9a63382f731ba4ea820 | |
parent | 8cb88d8300ddbf9cb0e989c11258cf8c71be6a19 (diff) |
Update PyYAML version to 5.4.1
Change-Id: I2205e6ff8470ef9eaa76bb0bc57a40abbc0ec08a
Issue-ID: VFC-1863
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | res/requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/requirements.txt b/res/requirements.txt index b7f47a8..7aff255 100644 --- a/res/requirements.txt +++ b/res/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 |