From b7279172227f8e0ea90e919691d42f1cddbfa2e4 Mon Sep 17 00:00:00 2001 From: Kaarel Kaarelson Date: Mon, 9 Jun 2025 15:55:44 +0300 Subject: [PATCH] Add missing PyPDF2 package fix (#194) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add missing PyPDF2 package * Fix the missing quotation --------- Co-authored-by: Kaarel Kaarelson Co-authored-by: Kaarel Kaarelson Co-authored-by: VĂ­ctor Mayoral Vilches --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index baad7be2..ee75d30b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "paramiko>=3.5.1", "dnspython", "flask", - "PyPDF2, + "PyPDF2", ] classifiers = [ "Typing :: Typed",