forked from platypush/platypush
Implemented Node-RED backend, solves #88
This commit is contained in:
parent
588e16df5d
commit
d498c21518
4 changed files with 87 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -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'],
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue