Switch from requirements to Pipfile

This commit is contained in:
Yann Verry 2021-04-03 16:12:17 +02:00
parent c6968e22e4
commit 65334ddc88
Signed by: yann
GPG key ID: 19754E8692B8416C
3 changed files with 88 additions and 13 deletions

12
Pipfile Normal file
View file

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