Update httplib2 version to 0.19.1
[vfc/gvnfm/vnflcm.git] / lcm / requirements.txt
index fc44fc1..becca46 100644 (file)
@@ -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
@@ -20,7 +20,7 @@ mock==3.0.5
 unittest_xml_reporting==1.12.0
 
 # for auto-swagger
-ruamel.yaml==0.15.97
+ruamel.yaml==0.16.10
 drf-yasg==1.17.0
 flex>=6.11.1
 swagger-spec-validator>=2.1.0
@@ -29,4 +29,6 @@ swagger-spec-validator>=2.1.0
 onappylog==1.0.9
 
 # uwsgi for parallel processing
-# uwsgi
+uwsgi
+
+PyYAML==5.3.1
\ No newline at end of file