diff --git a/pyproject.toml b/pyproject.toml index c0a6878e7..ba4388e46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,6 @@ dependencies = [ "ai-exchange>=0.9.2", "click>=8.1.7", "prompt-toolkit>=3.0.47", - "goose-plugins-block", - "setuptools>=73.0.1", ] author = [{ name = "Block", email = "ai-oss-tools@block.xyz" }] packages = [{ include = "goose", from = "src" }]