diff options
author | dyh <dengyuanhong@chinamobile.com> | 2021-02-04 11:04:42 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2021-02-04 11:05:20 +0800 |
commit | 2e7f069a2474f6dc9405b801b80d2b013b5d5e3f (patch) | |
tree | 734d339fb70a47f93ecbd3450252d24de91a4095 /requirements.txt | |
parent | f9d535dc3f82ee761acad6daeb46376b4627ac5f (diff) |
Remove dependency on onaplogging
Change-Id: I4a0c3b60b6383669d785a600fc2289c4b80afdc1
Issue-ID: MODELING-493
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 818289c..addba81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,4 +27,5 @@ swagger-spec-validator>=2.1.0 # uwsgi for parallel processing uwsgi -apscheduler==3.6.3
\ No newline at end of file +apscheduler==3.6.3 +PyYAML==5.3.1
\ No newline at end of file |