From 5178952ab62b842249f552a96f6f1af43cbe3579 Mon Sep 17 00:00:00 2001 From: Mert Cobanov Date: Fri, 26 Apr 2024 05:04:59 +0300 Subject: [PATCH] Add beautifulsoup4 to requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 34a2852..9e74e35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ gradio -langchain \ No newline at end of file +langchain +beautifulsoup4 \ No newline at end of file