Nymbo commited on
Commit
ed31cb7
·
verified ·
1 Parent(s): 23a2722

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -1,12 +1,14 @@
1
  gradio[mcp]
2
  requests
 
3
  beautifulsoup4
4
  lxml
5
  readability-lxml
6
- duckduckgo-search
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
 
 
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