aboutsummaryrefslogtreecommitdiffstats
path: root/tools/k8s/app-deployment/helm/pyscript/Pipfile
diff options
context:
space:
mode:
authorSridhar Rao <sridhar.rao@spirent.com>2021-10-12 03:08:51 +0000
committerGerrit Code Review <gerrit@opnfv.org>2021-10-12 03:08:51 +0000
commit212d0f7165d26d97823852992ed261529e095b69 (patch)
tree08452f54770ad640a28876d89f2bfa1cfa8d48ed /tools/k8s/app-deployment/helm/pyscript/Pipfile
parentb298cbad4e39cfacead75debcb743e9b844efbd0 (diff)
parenteef9fef1141c6295b824b884ad86d645cd1c094f (diff)
Merge "Automated deployment of helm charts with python"
Diffstat (limited to 'tools/k8s/app-deployment/helm/pyscript/Pipfile')
-rw-r--r--tools/k8s/app-deployment/helm/pyscript/Pipfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/k8s/app-deployment/helm/pyscript/Pipfile b/tools/k8s/app-deployment/helm/pyscript/Pipfile
new file mode 100644
index 00000000..dd60181c
--- /dev/null
+++ b/tools/k8s/app-deployment/helm/pyscript/Pipfile
@@ -0,0 +1,18 @@
+[[source]]
+url = "https://pypi.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+kubernetes = "*"
+pyyaml = "*"
+pick = "*"
+simplejson = "*"
+nested-lookup = "*"
+rich = "*"
+pylint = "*"
+
+[dev-packages]
+
+[requires]
+python_version = "3.9"