Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
pysqlite3-binary
|
2 |
distro==1.9.0
|
3 |
dnspython==2.6.1
|
@@ -96,5 +97,5 @@ tiktoken
|
|
96 |
tokenizers
|
97 |
torch
|
98 |
transformers
|
99 |
-
|
100 |
youtube-transcript-api
|
|
|
1 |
+
pip install --upgrade pip
|
2 |
pysqlite3-binary
|
3 |
distro==1.9.0
|
4 |
dnspython==2.6.1
|
|
|
97 |
tokenizers
|
98 |
torch
|
99 |
transformers
|
100 |
+
youtube_search
|
101 |
youtube-transcript-api
|