adamchanadam commited on
Commit
a183854
·
verified ·
1 Parent(s): aecb255

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- Flask==3.0.2
2
- yt-dlp==2024.10.7
3
- faster-whisper==1.0.3
4
- openai==1.51.2
5
- spacy==3.7.5
6
- numpy==1.26.4
7
- pydantic==2.9.2
8
- typer==0.12.1
9
- Werkzeug==3.0.1
 
 
1
+ Flask==3.0.2
2
+ yt-dlp==2024.10.7
3
+ faster-whisper==1.0.3
4
+ openai==1.51.2
5
+ spacy==3.7.5
6
+ numpy==1.26.4
7
+ pydantic==2.9.2
8
+ typer==0.12.1
9
+ Werkzeug==3.0.1
10
+ python-dotenv==1.0.0