From 9ed1d2cc155cb408b703cd01a15f3da48080971c Mon Sep 17 00:00:00 2001 From: Vladimir Blagojevic Date: Fri, 26 Apr 2024 11:16:03 +0200 Subject: [PATCH] Add haystack-pydoc-tools dep --- integrations/langfuse/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/langfuse/pyproject.toml b/integrations/langfuse/pyproject.toml index 50b037de6..403f55560 100644 --- a/integrations/langfuse/pyproject.toml +++ b/integrations/langfuse/pyproject.toml @@ -52,6 +52,7 @@ git_describe_command = 'git describe --tags --match="integrations/langfuse-v[0-9 dependencies = [ "coverage[toml]>=6.5", "pytest", + "haystack-pydoc-tools", ] [tool.hatch.envs.default.scripts] test = "pytest {args:tests}"