interactive bots: Improve googlesearch bot.

This commit is contained in:
fredfishgames 2017-11-30 16:52:45 +00:00 committed by showell
parent 1d2d6c9cf7
commit b157b817ae
9 changed files with 118 additions and 33 deletions

View file

@ -50,6 +50,8 @@ setuptools_info = dict(
'zulip',
'mock>=2.0.0',
'html2text', # for bots/define
'BeautifulSoup4', # for bots/googlesearch
'lxml', # for bots/googlesearch
],
)