From 754f134679f9fb486fc6f05d679036ae73b3b3aa Mon Sep 17 00:00:00 2001 From: Jason Schleifer Date: Thu, 12 Dec 2024 14:24:26 +1300 Subject: [PATCH] added poetry as a requirement --- pyproject.toml | 4 ++-- requirements.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0876abb..1b41b27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,9 +27,9 @@ priority = "explicit" [project] name = "comfyui-griptape" description = "Griptape LLM(Large Language Model) Nodes for ComfyUI." -version = "2.0.1" +version = "2.0.2" license = {file = "LICENSE"} -dependencies = ["griptape[all]==^1.0.0", "python-dotenv", "griptape-black-forest @ git+https://github.com/griptape-ai/griptape-black-forest.git"] +dependencies = ["griptape[all]==^1.0.0", "python-dotenv", "poetry==1.8.4", "griptape-black-forest @ git+https://github.com/griptape-ai/griptape-black-forest.git"] [project.urls] Repository = "https://github.com/griptape-ai/ComfyUI-Griptape" diff --git a/requirements.txt b/requirements.txt index 48786e1..21e638c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ griptape[all]==1.0.0 python-dotenv +poetry==1.8.4 git+https://github.com/griptape-ai/griptape-black-forest.git \ No newline at end of file