Update setup.py for version changes

This commit is contained in:
James R. Barlow
2018-08-01 15:17:49 -07:00
parent c171cb7286
commit 4181a712d1
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -248,8 +248,8 @@ setup(
],
install_requires=[
'cffi >= 1.9.1', # must be a setup and install requirement
'img2pdf >= 0.2.4', # pure Python, so track HEAD closely
'pikepdf >= 0.2.2, < 0.3',
'img2pdf >= 0.2.4, < 0.4', # pure Python, so track HEAD closely
'pikepdf >= 0.2.2, < 0.4',
'Pillow >= 4.0.0, != 5.1.0 ; sys_platform == "darwin"',
# Pillow < 4 has BytesIO/TIFF bug w/img2pdf 0.2.3
# block 5.1.0, broken wheels