requirements: add psutil, needed by sanitycheck

Needed for tracking cpu time in sanitycheck.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-05-06 08:26:00 -04:00 committed by Kumar Gala
commit 2601c2e54b

View file

@ -13,3 +13,6 @@ tabulate
# used by mcuboot
cbor>=1.0.0
# use for sanitycheck
psutil