From 2aa1a446e583c89b89e5a21301cb860a60d9410e Mon Sep 17 00:00:00 2001 From: haohaocreates <162922985+haohaocreates@users.noreply.github.com> Date: Sun, 26 May 2024 11:20:50 -0400 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry (#47) --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..c6d714f --- /dev/null +++ b/pyproject.toml @@ -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 = ""