Chrunos commited on
Commit
6738320
·
verified ·
1 Parent(s): 4cfe13f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -8
requirements.txt CHANGED
@@ -1,8 +1,10 @@
1
- streamlit>=1.42.0
2
- yt-dlp>=2023.11.16
3
- faster-whisper>=0.10.0
4
- ollama>=0.1.5
5
- urllib3>=2.0.7
6
- python-dotenv>=1.0.0
7
- FFmpeg>=1.4
8
- browser-cookie3>=0.19.1
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ pydantic
4
+ openai
5
+ google-generativeai
6
+ google-api-python-client
7
+ requests
8
+ python-dotenv
9
+ yt-dlp
10
+ youtube-transcript-api