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]