initial commit

This commit is contained in:
Yann Verry 2021-05-19 23:05:54 +02:00
commit 182cde368a
Signed by: yann
GPG key ID: 19754E8692B8416C
2 changed files with 64 additions and 0 deletions

13
Pipfile Normal file
View file

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
prometheus-client = "*"
requests = "*"
[dev-packages]
[requires]
python_version = "3.9"