From 0542205dc5fea599c2abdd7d1b4e0fa0ef733aef Mon Sep 17 00:00:00 2001 From: Conor Randall Date: Sat, 8 Jul 2017 03:03:54 +1000 Subject: [PATCH] Update module dependencies in readme A few more now depend on requests, which were not added accordingly. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6054b4d..25a792b 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,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', 'traffic') -* netifaces (for the module 'nic', 'traffic') -* requests (for the module 'weather') +* netifaces (for the modules 'nic', 'traffic') +* requests (for the modules 'weather', 'github', 'getcrypto', 'stock') # Required commandline utilities