Remove old documentation about Pillow not linking jpeg, zlib

As of Pillow 3.0.0 this is fixed, so make Pillow 3 a requirement
This commit is contained in:
James R. Barlow
2016-02-16 14:29:31 -08:00
parent 60b2eb1455
commit a87aa71d85
2 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ setup(
],
install_requires=[
'ruffus>=2.6.3',
'Pillow>=2.4.0',
'Pillow>=3.0.0',
'reportlab>=3.1.44',
'PyPDF2>=1.25.1',
'img2pdf>=0.2.0',