interactive bots: Create DialogFlow bot.

This commit is contained in:
fredfishgames 2017-12-09 20:11:18 +00:00 committed by showell
parent 277b384379
commit 657c6d7b9c
13 changed files with 242 additions and 1 deletions

View file

@ -53,7 +53,8 @@ setuptools_info = dict(
'BeautifulSoup4', # for bots/googlesearch
'lxml', # for bots/googlesearch
'requests', # for bots/link_shortener
'python-chess[engine,gaviota]' # for bots/chess
'python-chess[engine,gaviota]', # for bots/chess
'apiai' # for bots/dialogflow
],
)