support pipenv

This commit is contained in:
scito 2022-09-03 18:48:58 +02:00 committed by Roland Kurmann
parent fe61b995d8
commit fef46dcfba
3 changed files with 201 additions and 0 deletions

15
Pipfile Normal file
View file

@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
protobuf = "*"
qrcode = "*"
pillow = "*"
[dev-packages]
pytest = "*"
[requires]
python_version = "3.10"