kobakhit commited on
Commit
e85fb87
1 Parent(s): e7045c6
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
  openai==0.28.1
2
  openai-whisper==20230918
3
  pydub==0.25.1
4
- pytube==15.0.0
5
  streamlit==1.27.2
6
  streamlit-ext==0.1.8
7
  ffmpeg==1.4
8
  pyannote.audio==3.0.1
9
  pyannote.core==5.0.0
 
10
 
 
1
  openai==0.28.1
2
  openai-whisper==20230918
3
  pydub==0.25.1
4
+ # pytube==15.0.0
5
  streamlit==1.27.2
6
  streamlit-ext==0.1.8
7
  ffmpeg==1.4
8
  pyannote.audio==3.0.1
9
  pyannote.core==5.0.0
10
+ yt-dlp==2023.10.13
11