Add missing PyPDF2 package fix (#194)

* Add missing PyPDF2 package

* Fix the missing quotation

---------

Co-authored-by: Kaarel Kaarelson <kaarelkaarelson@Mac.lan>
Co-authored-by: Kaarel Kaarelson <kaarelkaarelson@Kaarels-MacBook-Air.local>
Co-authored-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Kaarel Kaarelson 2025-06-09 15:55:44 +03:00 committed by GitHub
parent b80b898941
commit b727917222
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ dependencies = [
"paramiko>=3.5.1",
"dnspython",
"flask",
"PyPDF2,
"PyPDF2",
]
classifiers = [
"Typing :: Typed",