Skip to content

Commit

Permalink
setup: Blacklist Pillow 5.1.0 on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
James R. Barlow committed Apr 11, 2018
1 parent ec170c7 commit b6cd436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def readme():
'defusedxml >= 0.5.0', # pure Python, so track HEAD closely
'img2pdf >= 0.2.4', # pure Python, so track HEAD closely
'Pillow >= 4.0.0', # Pillow < 4 has BytesIO/TIFF bug w/img2pdf 0.2.3
'Pillow != 5.1.0 ; platform_system == "Darwin"', # block 5.1.0, broken wheels
'PyPDF2 >= 1.26', # pure Python, so track HEAD closely
'reportlab >= 3.3.0', # oldest released version with sane image handling
'ruffus == 2.6.3', # pinned - ocrmypdf implements a 2.6.3 workaround
Expand Down

0 comments on commit b6cd436

Please sign in to comment.