aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2021-06-11 14:01:05 +0800
committerdyh <dengyuanhong@chinamobile.com>2021-06-11 14:01:17 +0800
commitf9497dc1d331adb02798313dbd20920f9f92dbb6 (patch)
tree77418235032b191313999790723a8c90ad3b515a
parent2358c39d9492470d4ec0e426de879236939da85f (diff)
Update httplib2 version
Change-Id: I52f1063048f45718d361e69f6a33a7f346b0ad46 Issue-ID: MODELING-537 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index addba81..b7652a2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,7 +6,7 @@ djangorestframework==3.10.3
PyMySQL==0.9.3
# for call rest api
-httplib2==0.12.3
+httplib2==0.19.1
# for unit test
coverage==4.2