mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 17:26:22 +02:00
Make the SearchEngine more user-friendly.
This commit is contained in:
parent
7e329a478a
commit
6e6e91660d
10 changed files with 133 additions and 111 deletions
2
setup.py
2
setup.py
|
|
@ -45,6 +45,8 @@ setup(
|
|||
extras_require={
|
||||
"playwright": ["playwright>=1.26", "beautifulsoup4"],
|
||||
"selenium": ["selenium>4", "webdriver_manager", "beautifulsoup4"],
|
||||
"search-google": ["google-api-python-client==2.94.0"],
|
||||
"search-ddg": ["duckduckgo-search==3.8.5"],
|
||||
},
|
||||
cmdclass={
|
||||
"install_mermaid": InstallMermaidCLI,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue