interactive bots: Create DialogFlow bot.
This commit is contained in:
parent
277b384379
commit
657c6d7b9c
13 changed files with 242 additions and 1 deletions
|
@ -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
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue