X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FvFW_CNF_CDS%2Fautomation%2FPipfile;fp=heat%2FvFW_CNF_CDS%2Fautomation%2FPipfile;h=7c21af182d5787496ae582ce4e8d394881708112;hb=303fe3b4343838ae4c7b7a2511cb065f3abe7699;hp=0000000000000000000000000000000000000000;hpb=28107b9b3116d05eead52f9b88bfa385f4762f0a;p=demo.git diff --git a/heat/vFW_CNF_CDS/automation/Pipfile b/heat/vFW_CNF_CDS/automation/Pipfile new file mode 100755 index 00000000..7c21af18 --- /dev/null +++ b/heat/vFW_CNF_CDS/automation/Pipfile @@ -0,0 +1,13 @@ +[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[dev-packages] + +[packages] +onapsdk = "<=7.3.0" +kubernetes = "<=12.0.1" + +[requires] +python_version = "3.8"