From 5960a1351e209aad39ea78189dcf3c767f28aa8d Mon Sep 17 00:00:00 2001 From: zfkun Date: Wed, 1 Jan 2025 21:45:11 +0800 Subject: [PATCH] fix: typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05e84aa..e3de05e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "comfyui_zfkun" description = "A collection of nodes for common tools, including text preview, text translation (multi-platform, multi-language), image loader, webcamera capture." version = "0.0.9" license = { file = "LICENSE" } -dependencies = ["chardet", "pyyaml", "torch", "numpy", Pillow"] +dependencies = ["chardet", "pyyaml", "torch", "numpy", "Pillow"] [project.urls] Repository = "https://github.com/zfkun/ComfyUI_zfkun"