aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorhongyuzhao <zhao.hongyu@zte.com.cn>2020-02-04 17:46:11 +0800
committerhongyuzhao <zhao.hongyu@zte.com.cn>2020-02-04 17:48:25 +0800
commitdddb97b7f1d5ac85c4700a674e9cadcdb7ac2b63 (patch)
tree1ae3dc63c310aedbebf6f68e9b4d001d90520b4a /requirements.txt
parent3d10bac5ec6b5394d32dc6ad3b0a7e6294ea6593 (diff)
Remove redis config
Change-Id: I419fb5d39a46a9ca2b9a74f2a4d6d4ff12101d03 Issue-ID: MODELING-307 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 5959924..6e8880a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,11 +6,11 @@ djangorestframework==3.10.3
PyMySQL==0.9.3
# redis cache
-redis==2.10.5
+# redis==2.10.5
# for access redis cache
# redisco==0.1.4
-django-redis-cache==0.13.1
+# django-redis-cache==0.13.1
# for call rest api
httplib2==0.12.3