Skip to content

Commit 10e9a8d

Browse files
committed
fix: clean up dependencies in pyproject.toml for better readability
1 parent f544614 commit 10e9a8d

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
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.11.0"
77
authors = [{ name = "yassun7010", email = "[email protected]" }]
88
dependencies = [
9-
"Pillow>=10.0.0", # 画像処理用
9+
"Pillow>=10.0.0",
1010
"python-pptx>=1.0.2",
1111
"typing-extensions>=4.13.2",
1212
]

0 commit comments

Comments
 (0)