Update PyYAML version to 5.4.1
[vfc/gvnfm/vnflcm.git] / lcm / requirements.txt
index 7981a43..f17f857 100644 (file)
@@ -1,3 +1,5 @@
+jsonschema==3.2.0
+
 # rest framework
 Django==2.1.10
 djangorestframework==3.10.0
@@ -12,7 +14,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
@@ -30,3 +32,5 @@ onappylog==1.0.9
 
 # uwsgi for parallel processing
 uwsgi
+
+PyYAML==5.4.1
\ No newline at end of file