Use pipenv for dependency management

This commit is contained in:
Max Ziermann
2020-03-03 15:01:24 +01:00
parent a2c44f89de
commit 7c0e9d164d
2 changed files with 115 additions and 0 deletions

13
Pipfile Normal file
View File

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