aboutsummaryrefslogtreecommitdiffstats
path: root/tools/k8s/app-deployment/helm/pyscript/Pipfile
blob: dd60181c4dfaf82bbfb8a13c8b9b4a1e56cf285a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"