Skip to content

Commit 95576df

Browse files
kaarelkaarelsonKaarel Kaarelson
and
Kaarel Kaarelson
authored
Add missing PyPDF2 package (#193)
Co-authored-by: Kaarel Kaarelson <[email protected]>
1 parent c37404b commit 95576df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ dependencies = [
3131
"mkdocs-material>=9.6.0",
3232
"paramiko>=3.5.1",
3333
"dnspython",
34-
"flask"
34+
"flask",
35+
"PyPDF2,
3536
]
3637
classifiers = [
3738
"Typing :: Typed",

0 commit comments

Comments
 (0)