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