mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Fix ddgs search
This commit is contained in:
parent
c4b18df769
commit
acffc939cf
4 changed files with 13 additions and 13 deletions
14
setup.py
14
setup.py
|
|
@ -21,9 +21,9 @@ EXTRA_REQUIRE = {
|
|||
'all': [
|
||||
"curl_cffi>=0.6.2",
|
||||
"certifi",
|
||||
"browser_cookie3", # get_cookies
|
||||
"duckduckgo-search>=5.0", # internet.search
|
||||
"beautifulsoup4", # internet.search and bing.create_images
|
||||
"browser_cookie3", # get_cookies
|
||||
"ddgs", # web_search
|
||||
"beautifulsoup4", # web_search and bing.create_images
|
||||
"platformdirs",
|
||||
"aiohttp_socks", # proxy
|
||||
"pillow", # image
|
||||
|
|
@ -44,8 +44,8 @@ EXTRA_REQUIRE = {
|
|||
"curl_cffi>=0.6.2",
|
||||
"certifi",
|
||||
"browser_cookie3",
|
||||
"duckduckgo-search>=5.0" ,# internet.search
|
||||
"beautifulsoup4", # internet.search and bing.create_images
|
||||
"ddgs", # web_search
|
||||
"beautifulsoup4", # web_search and bing.create_images
|
||||
"aiohttp_socks", # proxy
|
||||
"pillow", # image
|
||||
"werkzeug", "flask", # gui
|
||||
|
|
@ -75,12 +75,12 @@ EXTRA_REQUIRE = {
|
|||
"gui": [
|
||||
"werkzeug", "flask",
|
||||
"beautifulsoup4", "pillow",
|
||||
"duckduckgo-search>=5.0",
|
||||
"ddgs",
|
||||
],
|
||||
"search": [
|
||||
"beautifulsoup4",
|
||||
"pillow",
|
||||
"duckduckgo-search>=5.0",
|
||||
"ddgs",
|
||||
],
|
||||
"local": [
|
||||
"gpt4all"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue