Add missing PyPDF2 package (#193)

Co-authored-by: Kaarel Kaarelson <kaarelkaarelson@Mac.lan>
This commit is contained in:
Kaarel Kaarelson 2025-06-09 11:52:47 +03:00 committed by GitHub
parent c37404b4aa
commit 95576dfed3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ dependencies = [
"mkdocs-material>=9.6.0",
"paramiko>=3.5.1",
"dnspython",
"flask"
"flask",
"PyPDF2,
]
classifiers = [
"Typing :: Typed",