Skip to content

Commit 27a9f32

Browse files
committed
fix: missing dependency
1 parent e07cf55 commit 27a9f32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ classifiers = [
2121
dependencies = [
2222
"requests >= 2.31.0, < 3.0.0",
2323
"semver >= 3.0.2",
24-
"pillow >= 10.2.0"
25-
"python-dateutil >= 2.9.0",
24+
"pillow >= 10.2.0",
25+
"python-dateutil >= 2.9.0"
2626
]
2727

2828
[project.urls]

0 commit comments

Comments
 (0)