From 1811284428a0db332233fb9bd7451f7cc4d0b125 Mon Sep 17 00:00:00 2001 From: Mert Cobanov Date: Wed, 1 May 2024 19:34:06 +0300 Subject: [PATCH] Add youtube-transcript-api to requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e74e35..ccfdce6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ gradio langchain -beautifulsoup4 \ No newline at end of file +beautifulsoup4 +youtube-transcript-api \ No newline at end of file