chore(pyproject): Add pyproject.toml for Custom Node Registry (#47)
This commit is contained in:
parent
07a7feb6ac
commit
2aa1a446e5
15
pyproject.toml
Normal file
15
pyproject.toml
Normal 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 = ""
|
Loading…
x
Reference in New Issue
Block a user