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

This commit is contained in:
haohaocreates
2024-05-26 23:20:50 +08:00
committed by GitHub
parent 07a7feb6ac
commit 2aa1a446e5
+15
View File
@@ -0,0 +1,15 @@
[project]
name = "comfyui-deploy"
description = "Open source comfyui deployment platform, a vercel for generative workflow infra."
version = "1.0.0"
license = "LICENSE"
dependencies = ["aiofiles", "pydantic", "opencv-python", "imageio-ffmpeg"]
[project.urls]
Repository = "https://github.com/BennyKok/comfyui-deploy"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = ""
DisplayName = "comfyui-deploy"
Icon = ""