diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-05-29 10:46:21 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-05-29 10:46:28 +0800 |
commit | d8b1a80c6b9f89d637df257d6347ca2a04426a14 (patch) | |
tree | 417f634f89baf9ce422598a249e07acd513fc978 /lcm | |
parent | 3b818f8b1666cfe5f9a9d8a5c577042c34228901 (diff) |
update httplib2 version
Change-Id: I6a5924bca21dd7c056dbc0bff247b1ed332bb7ed
Issue-ID: VFC-1404
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lcm/requirements.txt b/lcm/requirements.txt index 26748fb9..c75aabd6 100644 --- a/lcm/requirements.txt +++ b/lcm/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 @@ -29,4 +29,4 @@ swagger-spec-validator>=2.1.0 onappylog>=1.0.6 # uwsgi for parallel processing -uwsgi
\ No newline at end of file +uwsgi |