From 8a99a43323e8d98a65bdec7c602dc3253d9b0364 Mon Sep 17 00:00:00 2001 From: Hao <88525050+himalalps@users.noreply.github.com> Date: Wed, 8 May 2024 21:31:41 +0800 Subject: [PATCH] Update requirements.txt According to https://github.com/SHMinger/ScienceDecrypting, the version of pypdf2 should be 1.26.0. Otherwise, there might be version error. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c44b3cd..e81050e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ requests -pypdf2 +pypdf2 == 1.26.0 cryptography