forked from platypush/platypush
Added execute tab to webpanel
This commit is contained in:
parent
f378fa8832
commit
be5c5d365c
17 changed files with 866 additions and 10 deletions
2
setup.py
2
setup.py
|
@ -246,6 +246,8 @@ setup(
|
|||
'mlx90640': ['Pillow'],
|
||||
# Support for machine learning and CV plugin
|
||||
'cv': ['cv2', 'numpy'],
|
||||
# Support for the generation of HTML documentation from docstring
|
||||
'htmldoc': ['docutils'],
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue