From 7b073686ef1ff743defae5a2af3e740650f658d2 Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra Date: Sun, 13 Oct 2024 10:07:40 +0200 Subject: [PATCH] fix: async tim --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f6033f60..e486e58d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,9 @@ dependencies = [ "fastembed>=0.3.6" "semchunk>=2.2.0", "transformers>=4.44.2" + "transformers>=4.44.2", + "googlesearch-python>=1.2.5", + "async-timeout>=4.0.3" ] license = "MIT"