Skip to content

Commit b6930af

Browse files
kaarelkaarelsonKaarel KaarelsonKaarel Kaarelsonvmayoral
authored
Add missing PyPDF2 package fix (#194)
* Add missing PyPDF2 package * Fix the missing quotation --------- Co-authored-by: Kaarel Kaarelson <[email protected]> Co-authored-by: Kaarel Kaarelson <[email protected]> Co-authored-by: Víctor Mayoral Vilches <[email protected]>
1 parent 95576df commit b6930af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"paramiko>=3.5.1",
3333
"dnspython",
3434
"flask",
35-
"PyPDF2,
35+
"PyPDF2",
3636
]
3737
classifiers = [
3838
"Typing :: Typed",

0 commit comments

Comments
 (0)