Skip to content

Commit

Permalink
chore(licence-update): Add pyproject.toml for Custom Node Registry (#906
Browse files Browse the repository at this point in the history
)

Co-authored-by: snomiao <[email protected]>
Co-authored-by: Dr.Lt.Data <[email protected]>
  • Loading branch information
3 people authored Jul 28, 2024
1 parent f71a044 commit 2aa148c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 2aa148c

Please sign in to comment.