Skip to content

Commit f8b439a

Browse files
committed
Update optional dependencies for reading PDFs
1 parent 133dadd commit f8b439a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,11 @@
280280
"pdfminer": [
281281
'pdfminer.six==20211012;python_version<"3.7"',
282282
'pdfminer.six==20221105;python_version>="3.7"',
283+
'cryptography==36.0.2;python_version<"3.7"',
284+
'cryptography==41.0.1;python_version>="3.7"',
285+
"cffi==1.15.1",
286+
"pycparser==2.21",
287+
283288
],
284289
# pip install -e .[pillow]
285290
"pillow": [

0 commit comments

Comments
 (0)