Added Todoist integration

This commit is contained in:
Fabio Manganiello 2019-12-25 20:32:54 +01:00
commit 29789461d7
10 changed files with 799 additions and 6 deletions

View file

@ -252,6 +252,8 @@ setup(
'htmldoc': ['docutils'],
# Support for Node-RED integration
'nodered': ['pynodered'],
# Support for Todoist integration
'nodered': ['todoist-python'],
},
)