From 74bf2f267874c5cf48757b2bc3a26a57389f4032 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Fri, 2 Nov 2018 10:44:46 +0900 Subject: [PATCH] chg: [tools] Added psutil as a dependency to detect misp-modules PID --- REQUIREMENTS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/REQUIREMENTS b/REQUIREMENTS index 6ab46cc..0aae71f 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -25,4 +25,5 @@ yara sigmatools stix2-patterns maclookup -vulners \ No newline at end of file +vulners +psutil