diff options
author | dyh <dengyuanhong@chinamobile.com> | 2021-06-11 14:01:05 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2021-06-11 14:01:17 +0800 |
commit | f9497dc1d331adb02798313dbd20920f9f92dbb6 (patch) | |
tree | 77418235032b191313999790723a8c90ad3b515a /requirements.txt | |
parent | 2358c39d9492470d4ec0e426de879236939da85f (diff) |
Update httplib2 version
Change-Id: I52f1063048f45718d361e69f6a33a7f346b0ad46
Issue-ID: MODELING-537
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
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 |