diff options
-rw-r--r-- | mgr/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/requirements.txt b/mgr/requirements.txt index 78380b6..0a5bc41 100644 --- a/mgr/requirements.txt +++ b/mgr/requirements.txt @@ -12,7 +12,7 @@ redis==2.10.5 django-redis-cache==0.13.1 # for call rest api -httplib2==0.12.3 +httplib2==0.19.1 # for unit test coverage==4.2 |