summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-05-29 10:44:45 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-05-29 10:44:51 +0800
commit49a9c0383d60d291301bbba459b3dc83a47d6ee4 (patch)
treeb2af5c981b7f3c0e65af6a72bf09901d34bb2fb1
parente3641d25243ca8f1c32531daa4624b812b1fc242 (diff)
update httplib2 version1.3.2
Change-Id: I73b1824042254bd138d5b0d390263cfb6f71d557 Issue-ID: VFC-1404 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--mgr/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/requirements.txt b/mgr/requirements.txt
index a1e38dc..c0e521d 100644
--- a/mgr/requirements.txt
+++ b/mgr/requirements.txt
@@ -13,7 +13,7 @@ redisco==0.1.4
django-redis-cache==0.13.1
# for call rest api
-httplib2==0.9.2
+httplib2==0.12.3
# for unit test
coverage==4.2