update dependencies

This commit is contained in:
Fabien LOISON 2020-03-30 10:45:00 +02:00
parent 4416ceb051
commit c074c7c07d
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
2 changed files with 6 additions and 12 deletions

View File

@ -1,12 +1,6 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# setup.py -U
#
cffi==1.12.1
pillow==5.4.1
pycparser==2.19 # via cffi
cffi==1.14.0
Pillow==6.2.2
pycparser==2.20
pyguetzli==1.0.8
unidecode==1.0.23
zopflipy==1.1
Unidecode==1.1.1
zopflipy==1.3

View File

@ -42,7 +42,7 @@ setup(
setup_requires=["cffi>=1.0.0"],
install_requires=[
"cffi>=1.0.0",
"pillow>=4.0.0",
"pillow>=6.2.2",
"pyguetzli>=1.0.0",
"unidecode>=1.0.0",
"zopflipy>=1.0"