fix for the UTF-8 characters in the README.

This commit is contained in:
Cédric Bonhomme 2018-04-18 13:56:12 +02:00
parent 3752660742
commit a3f02db66c
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
3 changed files with 11 additions and 274 deletions

View file

@ -6,20 +6,23 @@ name = "pypi"
[requires]
python_version = "3.6"
[packages]
Pillow = "*"
pillow = "*"
piexif = "*"
crayons = "*"
white = "*"
black = "*"
[dev-packages]
twine = "*"
pep8 = "*"
"pep8" = "*"
coverage = "*"
coveralls = "*"
mypy = "*"