dalybuilds commited on
Commit
fa1e4ed
·
verified ·
1 Parent(s): 95b97f6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -9
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
- gradio
2
- requests
3
- pandas
4
- groq
5
- langchain
6
- langchain-groq
7
- langchain-tavily
8
- pytube
9
- ffmpeg-python
 
 
 
1
+ gradio==4.44.0
2
+ requests==2.32.3
3
+ pandas==2.2.2
4
+ groq==0.9.0
5
+ langchain==0.2.14
6
+ langchain-groq==0.1.9
7
+ langchain-tavily==0.1.0
8
+ pytube==15.0.0
9
+ ffmpeg-python==0.2.0
10
+ tenacity==8.2.3
11
+ youtube-transcript-api==0.6.1