Added execute tab to webpanel

This commit is contained in:
Fabio Manganiello 2019-12-08 16:25:03 +01:00
parent f378fa8832
commit be5c5d365c
17 changed files with 866 additions and 10 deletions

View file

@ -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'],
},
)