Temporarily work around pypdf bug py-pdf/pypdf#1640

This commit is contained in:
Raphael Michel
2023-02-17 16:37:11 +01:00
parent 3c0bd0629b
commit 093eaace43
2 changed files with 3 additions and 2 deletions

View File

@@ -212,6 +212,7 @@ setup(
'pycountry',
'pycparser==2.21',
'pycryptodome==3.17.*',
'PyPDF2==2.12.*', # until https://github.com/py-pdf/pypdf/issues/1640 is fixed
'pypdf==3.4.*',
'python-bidi==0.4.*', # Support for Arabic in reportlab
'python-dateutil==2.8.*',