interactive bots: Create Salesforce bot.

This commit is contained in:
fredfishgames 2017-12-31 17:26:13 +00:00 committed by showell
parent 41b065eb76
commit 08bfe9d8c7
16 changed files with 593 additions and 2 deletions

View file

@ -55,7 +55,8 @@ setuptools_info = dict(
'requests', # for bots/link_shortener and bots/jira
'python-chess[engine,gaviota]', # for bots/chess
'wit', # for bots/witai
'apiai' # for bots/dialogflow
'apiai', # for bots/dialogflow
'simple_salesforce' # for bots/salesforce
],
)