chore(licence-update): Add pyproject.toml for Custom Node Registry (#906)

Co-authored-by: snomiao <snomiao+comfy-pr@gmail.com>
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
This commit is contained in:
haohaocreates 2024-07-27 22:29:53 -04:00 committed by GitHub
parent f71a0441c6
commit 2aa148c4b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
[project]
name = "comfyui-manager"
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
version = "2.48.2"
license = "LICENSE"
version = "2.47"
license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]
[project.urls]