Skip to content

Commit

Permalink
Merge pull request #189 from griptape-ai:dev
Browse files Browse the repository at this point in the history
added poetry as a requirement
  • Loading branch information
shhlife authored Dec 12, 2024
2 parents f22491e + 754f134 commit 489fb91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 489fb91

Please sign in to comment.