Add Pipfile with Python dependencies

This commit is contained in:
Sebastian Serth
2022-10-26 16:08:06 +02:00
committed by Maximilian Paß
parent 44aa5d73a2
commit 694965b92d
2 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
grafanalib = "*"
[dev-packages]

35
deploy/grafana-dashboard/Pipfile.lock generated Normal file
View File

@ -0,0 +1,35 @@
{
"_meta": {
"hash": {
"sha256": "6b655eb9342c7315ed456ce5fe58b653a36f3726736f0cecf6252e9a2247d9ee"
},
"pipfile-spec": 6,
"requires": {},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"verify_ssl": true
}
]
},
"default": {
"attrs": {
"hashes": [
"sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6",
"sha256:86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c"
],
"markers": "python_version >= '3.5'",
"version": "==22.1.0"
},
"grafanalib": {
"hashes": [
"sha256:01d9d3cad6f44540b25b2f5e4ea58a8976e372c615bd7d36c302f46af7a8113e",
"sha256:446b004e934fb7722f6dc5a69c72105f11ef5c31284362c82a338e87c603e1fa"
],
"index": "pypi",
"version": "==0.6.3"
}
},
"develop": {}
}