Update 'natsort' to dependencies in pyproject.toml

This commit is contained in:
Will Miao
2025-05-06 08:59:48 +08:00
parent deb25b4987
commit b5cd320e8b

View File

@@ -13,7 +13,8 @@ dependencies = [
"Pillow",
"olefile", # for getting rid of warning message
"requests",
"toml"
"toml",
"natsort"
]
[project.urls]