Update the version of ruamel.yaml to 0.17.1
[vfc/gvnfm/vnflcm.git] / lcm / requirements.txt
index becca46..d880c03 100644 (file)
@@ -1,3 +1,5 @@
+jsonschema==3.2.0
+
 # rest framework
 Django==2.1.10
 djangorestframework==3.10.0
@@ -20,7 +22,7 @@ mock==3.0.5
 unittest_xml_reporting==1.12.0
 
 # for auto-swagger
-ruamel.yaml==0.16.10
+ruamel.yaml==0.17.1
 drf-yasg==1.17.0
 flex>=6.11.1
 swagger-spec-validator>=2.1.0
@@ -31,4 +33,4 @@ onappylog==1.0.9
 # uwsgi for parallel processing
 uwsgi
 
-PyYAML==5.3.1
\ No newline at end of file
+PyYAML==5.4.1
\ No newline at end of file