From 75d2b393a082da6b13dad01e24ee97eccf63d1ee Mon Sep 17 00:00:00 2001 From: dyh Date: Wed, 3 Feb 2021 16:55:57 +0800 Subject: Remove dependency on onaplogging Change-Id: If3534ccf366ab245e64b702f0b5e45cbfab43b58 Issue-ID: MODELING-493 Signed-off-by: dyh --- requirements.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'requirements.txt') 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 -- cgit