Skip to content

Commit d7358de

Browse files
Merge pull request #7 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 2634291 + 22170c3 commit d7358de

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[project]
2+
name = "cyberdolphin"
3+
description = "Cyberdolphin Suite of ComfyUI nodes for wiring up things."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["openai ~= 1.2.3", "gradio_client", "numpy", "pillow"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/whatbirdisthat/cyberdolphin"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "cyberdolphin"
15+
Icon = ""

0 commit comments

Comments
 (0)