Move from PyPDF2 to pypdf again

This commit is contained in:
Raphael Michel
2023-03-03 14:05:50 +01:00
parent d1e0a7293b
commit 9a53dc9c5e
3 changed files with 3 additions and 5 deletions

View File

@@ -212,8 +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.*',
'pypdf==3.5.*',
'python-bidi==0.4.*', # Support for Arabic in reportlab
'python-dateutil==2.8.*',
'python-u2flib-server==4.*',