Implemented Node-RED backend, solves

This commit is contained in:
Fabio Manganiello 2019-12-08 19:02:08 +01:00
parent 588e16df5d
commit d498c21518
4 changed files with 87 additions and 0 deletions

View file

@ -248,6 +248,8 @@ setup(
'cv': ['cv2', 'numpy'],
# Support for the generation of HTML documentation from docstring
'htmldoc': ['docutils'],
# Support for Node-RED integration
'nodered': ['pynodered'],
},
)