Use newer pikepdf API for objgen

This commit is contained in:
James R. Barlow
2018-06-28 12:59:01 -07:00
parent 434b96d734
commit bf214eecb3
2 changed files with 13 additions and 24 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ 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.0',
'pikepdf >= 0.2.2, < 0.3',
'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