From ee0346254e5084e2025fa1744c6fc59b27344ee3 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Sun, 23 Apr 2017 10:54:36 +0530 Subject: [PATCH] Update README.md Updated module list depending on psutil and netifaces --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d2fd7d..3570c33 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ This will create a file called `debug.log` in the same directory as the executab Modules and commandline utilities are only required for modules, the core itself has no external dependencies at all. -* psutil (for the modules 'cpu', 'memory') -* netifaces (for the module 'nic') +* psutil (for the modules 'cpu', 'memory', 'traffic') +* netifaces (for the module 'nic', 'traffic') * requests (for the module 'weather') # Required commandline utilities