1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

WebP support (close #263)

This commit is contained in:
Paweł Jastrzębski
2018-07-08 08:42:34 +02:00
parent a2a405e5f5
commit ef4a91e44d
4 changed files with 9 additions and 7 deletions

View File

@@ -93,7 +93,7 @@ setuptools.setup(
packages=['kindlecomicconverter'],
install_requires=[
'PyQt5>=5.6.0',
'Pillow>=4.0.0',
'Pillow>=5.2.0',
'psutil>=5.0.0',
'python-slugify>=1.2.1',
'raven>=6.0.0',