Make the SearchEngine more user-friendly.

This commit is contained in:
shenchucheng 2023-08-17 17:37:20 +08:00
parent 7e329a478a
commit 6e6e91660d
10 changed files with 133 additions and 111 deletions

View file

@ -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,