From 2ebb2ea5e87c7cfdf1a5097e6a3ff7e85d5f5cc6 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 30 Nov 2019 17:53:42 -0500 Subject: [PATCH] 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 --- scripts/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 8e8fec39a3b..01b179458c0 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -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