chore(pyproject): Add pyproject.toml for Custom Node Registry (#706)

This commit is contained in:
haohaocreates 2024-05-22 11:56:38 -04:00 committed by GitHub
parent 0f841fdc28
commit c41c94edb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[project]
name = "comfyui-manager"
description = "ComfyUI-Manager itself is also a custom node."
version = "1.0.0"
license = "LICENSE"
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]
[project.urls]
Repository = "https://github.com/ltdrdata/ComfyUI-Manager"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = ""
DisplayName = "ComfyUI-Manager"
Icon = ""