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

This commit is contained in:
haohaocreates 2024-05-26 11:20:50 -04:00 committed by GitHub
parent 07a7feb6ac
commit 2aa1a446e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
pyproject.toml Normal file
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 = ""