diff options
-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 |