From f8b439a67005bb1c4bc8c1bb69563a11425c6ae9 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Sun, 9 Jul 2023 14:06:11 -0400 Subject: [PATCH] Update optional dependencies for reading PDFs --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 596c6739..3a6bcee7 100755 --- a/setup.py +++ b/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": [