From b5cd320e8b87ef80533f51a34231e8e35b82b0dd Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Tue, 6 May 2025 08:59:48 +0800 Subject: [PATCH] Update 'natsort' to dependencies in pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ca2a54e..5a6b1f3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,8 @@ dependencies = [ "Pillow", "olefile", # for getting rid of warning message "requests", - "toml" + "toml", + "natsort" ] [project.urls]