From d171d27e82ad9aa39b2332cacd437670b0761f79 Mon Sep 17 00:00:00 2001 From: "otxtan@gmail.com" Date: Fri, 24 May 2024 09:53:43 +0700 Subject: [PATCH] fix: add PyPDF2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 301c2e0bf..84b40a449 100644 --- a/requirements.txt +++ b/requirements.txt @@ -123,6 +123,6 @@ whoosh==2.7.4 wrapt==1.16.0; python_version >= '3.6' zstandard==0.22.0; python_version >= '3.8' zxing-cpp==2.2.0; platform_machine == 'x86_64' and python_version >= '3.6' -PyPDF2<3.0 +PyPDF2==3.0.1 python-decouple==3.8