Added missing requirements
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -10,4 +10,12 @@ whisper
|
|
10 |
youtube-transcript-api
|
11 |
python-dotenv
|
12 |
pillow
|
13 |
-
duckduckgo-search
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
youtube-transcript-api
|
11 |
python-dotenv
|
12 |
pillow
|
13 |
+
duckduckgo-search
|
14 |
+
requests
|
15 |
+
langchain-huggingface
|
16 |
+
huggingface_hub
|
17 |
+
arxiv
|
18 |
+
wikipedia
|
19 |
+
python-dotenv
|
20 |
+
pytesseract
|
21 |
+
matplotlib
|