From 7abe3b79185ba927d3bdb1e52271df45e8e0608f Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 7 Jul 2017 17:25:00 +0200 Subject: [PATCH] [module/github] Fix requirements for GitHub module --- bumblebee/modules/github.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bumblebee/modules/github.py b/bumblebee/modules/github.py index b90df47..1211fd7 100644 --- a/bumblebee/modules/github.py +++ b/bumblebee/modules/github.py @@ -2,8 +2,8 @@ """Displays the unread GitHub notifications for a GitHub user -Requires the following executable: - * curl +Requires the following library: + * requests Parameters: * github.token: GitHub user access token