requirements: require tabulate and anytree modules for sanitycheck
tabulate: Needed to show list of devices in a well formatted table. anytree: needed to list testsuite in a tree form. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
33ed7aabd3
commit
2ebb2ea5e8
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
Pillow
|
||||
PyYAML>=5.1
|
||||
anytree
|
||||
breathe>=4.9.1
|
||||
colorama
|
||||
docutils>=0.14
|
||||
|
@ -19,6 +20,7 @@ sphinx>=1.7.5
|
|||
sphinx_rtd_theme
|
||||
sphinx-tabs
|
||||
sphinxcontrib-svg2pdfconverter
|
||||
tabulate
|
||||
west>=0.6.2
|
||||
wheel>=0.30.0
|
||||
# "win32" is used for 64-bit Windows as well
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue