Update optional dependencies for reading PDFs
This commit is contained in:
parent
133daddfd1
commit
f8b439a670
5
setup.py
5
setup.py
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue