diff options
author | 2021-02-03 16:55:57 +0800 | |
---|---|---|
committer | 2021-02-03 16:57:01 +0800 | |
commit | 75d2b393a082da6b13dad01e24ee97eccf63d1ee (patch) | |
tree | 423f099fdd40d245092f8977e385c14f837a26b0 /requirements.txt | |
parent | 431d3e2cae18d5465ee39972d05d045aae73a785 (diff) |
Remove dependency on onaplogging
Change-Id: If3534ccf366ab245e64b702f0b5e45cbfab43b58
Issue-ID: MODELING-493
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/requirements.txt b/requirements.txt index 240f812..818289c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,13 +5,6 @@ djangorestframework==3.10.3 # for access MySQL PyMySQL==0.9.3 -# redis cache -# redis==2.10.5 - -# for access redis cache -# redisco==0.1.4 -# django-redis-cache==0.13.1 - # for call rest api httplib2==0.12.3 @@ -31,9 +24,6 @@ drf-yasg==1.17.0 flex>=6.11.1 swagger-spec-validator>=2.1.0 -# for onap logging -onappylog==1.0.9 - # uwsgi for parallel processing uwsgi |