Update optional dependencies for reading PDFs

This commit is contained in:
Michael Mintz 2023-07-09 14:06:11 -04:00
parent 133daddfd1
commit f8b439a670
1 changed files with 5 additions and 0 deletions

View File

@ -280,6 +280,11 @@ setup(
"pdfminer": [
'pdfminer.six==20211012;python_version<"3.7"',
'pdfminer.six==20221105;python_version>="3.7"',
'cryptography==36.0.2;python_version<"3.7"',
'cryptography==41.0.1;python_version>="3.7"',
"cffi==1.15.1",
"pycparser==2.21",
],
# pip install -e .[pillow]
"pillow": [