diff --git a/pyproject.toml b/pyproject.toml index c78c2c76..f970c4d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,6 @@ license = { text = "GPL-3.0-only" } version = "4.0" requires-python = ">= 3.9" description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI." -version = "3.31.9" -license = { file = "LICENSE.txt" } -dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions", "toml", "uv", "chardet"] readme = "README.md" keywords = ["comfyui", "comfyui-manager"]