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