diff options
author | Sridhar Rao <sridhar.rao@spirent.com> | 2021-10-12 03:08:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2021-10-12 03:08:51 +0000 |
commit | 212d0f7165d26d97823852992ed261529e095b69 (patch) | |
tree | 08452f54770ad640a28876d89f2bfa1cfa8d48ed /tools/k8s/app-deployment/helm/pyscript/Pipfile | |
parent | b298cbad4e39cfacead75debcb743e9b844efbd0 (diff) | |
parent | eef9fef1141c6295b824b884ad86d645cd1c094f (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/Pipfile | 18 |
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" |