diff --git a/pyproject.toml b/pyproject.toml index 0e55a9a6c..0f9a8d069 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ dependencies = [ "ai-exchange>=0.9.3", "click>=8.1.7", "prompt-toolkit>=3.0.47", + "goose-plugins-block", ] author = [{ name = "Block", email = "ai-oss-tools@block.xyz" }] packages = [{ include = "goose", from = "src" }] @@ -64,5 +65,6 @@ dev-dependencies = [ "mkdocstrings-python>=1.11.1", "mkdocstrings>=0.26.1", "pytest-mock>=3.14.0", - "pytest>=8.3.2" + "pytest>=8.3.2", + "langfuse>=2.38.1" ]