Updated Pipfile.

This commit is contained in:
Cédric Bonhomme 2018-04-18 14:03:19 +02:00
parent a3f02db66c
commit d863dd71a1
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 254 additions and 3 deletions

View file

@ -15,14 +15,12 @@ python_version = "3.6"
pillow = "*"
piexif = "*"
crayons = "*"
white = "*"
black = "*"
[dev-packages]
twine = "*"
"pep8" = "*"
pep8 = "*"
coverage = "*"
coveralls = "*"
mypy = "*"