From 4554c3da9557459a31efd7325729ee132192fdff Mon Sep 17 00:00:00 2001 From: nsantacruz Date: Mon, 17 Jun 2024 14:07:11 +0300 Subject: [PATCH] chore: add tenacity to fix odd import issue on server --- app/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/requirements.txt b/app/requirements.txt index 3452359..e99b8c2 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -11,6 +11,7 @@ diff-match-patch dnspython~=2.5.0 tiktoken~=0.4.0 readability_lxml +tenacity requests numpy git+https://github.com/Sefaria/LLM@v1.0.3#egg=sefaria_llm_interface&subdirectory=app/llm_interface