Skip to content

Commit 5f94322

Browse files
authored
Merge pull request #3 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents af758ed + b331d9b commit 5f94322

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 = "comfyui-animation_nodes_and_workflows"
3+
description = "These are nodes and workflows that can facilitate the creation of animations and video compilations."
4+
version = "1.0.0"
5+
license = {file = "LICENSE"}
6+
dependencies = ["torch", "torchaudio", "numpy", "opencv-python", "mediapipe"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "ComfyUI-Animation_Nodes_and_Workflows"
15+
Icon = ""

0 commit comments

Comments
 (0)