Add Pipfile with Python dependencies
This commit is contained in:

committed by
Maximilian Paß

parent
44aa5d73a2
commit
694965b92d
9
deploy/grafana-dashboard/Pipfile
Normal file
9
deploy/grafana-dashboard/Pipfile
Normal file
@ -0,0 +1,9 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
grafanalib = "*"
|
||||
|
||||
[dev-packages]
|
Reference in New Issue
Block a user