From af0851d873905530fdb429ebe1d3a6acb5bc7434 Mon Sep 17 00:00:00 2001 From: Jan Heinrich Merker Date: Wed, 13 Nov 2024 16:43:40 +0100 Subject: [PATCH] Add missing dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a5a9ae9..f3f34cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ requires-python = ">=3.10" dependencies = [ "annotated-types~=0.7.0", "cachecontrol[filecache]~=0.14.1", + "chatnoir-pyterrier~=3.0.4", "click~=8.1", # Temporary fix of https://github.com/doccano/doccano-client/issues/158 "doccano-client @ git+https://github.com/janheinrichmerker/doccano-client.git@c36a6284e941f774ed1eafb198933d51fb05caec",