diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-05-29 10:07:38 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-05-29 10:07:48 +0800 |
commit | 48b67de114d11d9455f28f2e07b7c241184b9a1e (patch) | |
tree | 4c0e29c93e97020731b48c7b8f4504d6a2cd566f | |
parent | 23d88cd3bcfdbfeaed0adf7f979eb9f3227fbe0a (diff) |
update httplib2 version
Change-Id: I9d44044eb673f7bfb8774748a7dc18d6c5016f96
Issue-ID: VFC-1404
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index a3dec560..cbef5cf1 100644 --- a/requirements.txt +++ b/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 |