Updated version of Pillow.

This commit is contained in:
Cédric Bonhomme 2019-10-22 22:44:00 +02:00
parent 5122f204f6
commit f8cc0f4cb3
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 138 additions and 133 deletions

10
Pipfile
View file

@ -1,24 +1,14 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3.7"
[packages]
pillow = "*"
piexif = "*"
crayons = "*"
[dev-packages]
twine = "*"
pep8 = "*"
coverage = "*"