diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-05-29 10:39:00 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2019-05-29 02:40:02 +0000 |
commit | 6d7ef42d55077095d04579410eae7f2e24484310 (patch) | |
tree | 7e1ab5e5847abc025ce40ca1d04e3d032e86d147 /res | |
parent | bc3a4c136d54cad35c3f976c7f82662c4e079c3c (diff) |
update httplib2 version
Change-Id: Iee8a661e6b7e1fb5a8eb997bbbab72631bf886bd
Issue-ID: VFC-1404
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'res')
-rw-r--r-- | res/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/requirements.txt b/res/requirements.txt index 152357f..d8553b6 100644 --- a/res/requirements.txt +++ b/res/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 |