Switch to pipenv.

This commit is contained in:
Cédric Bonhomme 2018-02-23 14:46:34 +01:00
parent 73245e9d2a
commit db76cfeb73
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 115 additions and 0 deletions

16
Pipfile Normal file
View file

@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Pillow = "*"
piexif = "*"
crayons = "*"
[dev-packages]