Update pyproject.toml

This commit is contained in:
kijai 2024-08-04 16:39:02 +03:00
parent c08c858374
commit 1afb92dee2

View File

@ -2,7 +2,7 @@
name = "comfyui-kjnodes"
description = "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability."
version = "1.0.0"
license = "GPL-3.0"
license = {file = "LICENSE"}
dependencies = ["librosa", "numpy", "pillow>=10.3.0", "scipy", "color-matcher", "matplotlib", "huggingface_hub"]
[project.urls]