Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
gradio[mcp]
|
2 |
requests
|
|
|
3 |
beautifulsoup4
|
4 |
lxml
|
5 |
readability-lxml
|
6 |
-
|
7 |
-
kokoro
|
8 |
numpy
|
9 |
torch; platform_system != "Darwin" or platform_machine != "arm64"
|
10 |
Pillow
|
11 |
huggingface_hub>=0.24.0
|
12 |
-
markdownify
|
|
|
|
1 |
gradio[mcp]
|
2 |
requests
|
3 |
+
httpx
|
4 |
beautifulsoup4
|
5 |
lxml
|
6 |
readability-lxml
|
7 |
+
ddgs
|
8 |
+
kokoro
|
9 |
numpy
|
10 |
torch; platform_system != "Darwin" or platform_machine != "arm64"
|
11 |
Pillow
|
12 |
huggingface_hub>=0.24.0
|
13 |
+
markdownify
|
14 |
+
asyncio
|