From 7873b9d0838e6cef1960f754de7fefa88c87dd31 Mon Sep 17 00:00:00 2001 From: Daria Fokina Date: Thu, 1 Feb 2024 18:58:58 +0100 Subject: [PATCH] add dependency --- integrations/amazon_bedrock/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/amazon_bedrock/pyproject.toml b/integrations/amazon_bedrock/pyproject.toml index ed950f2b1..8527d27a1 100644 --- a/integrations/amazon_bedrock/pyproject.toml +++ b/integrations/amazon_bedrock/pyproject.toml @@ -50,6 +50,7 @@ git_describe_command = 'git describe --tags --match="integrations/amazon_bedrock dependencies = [ "coverage[toml]>=6.5", "pytest", + "haystack-pydoc-tools", ] [tool.hatch.envs.default.scripts] test = "pytest {args:tests}"