From e00a25aebe5bd419edc6fc630804d3e140bd5838 Mon Sep 17 00:00:00 2001 From: facetoe Date: Sun, 11 Jan 2015 19:06:48 +0800 Subject: [PATCH] Document dependency on requests module. --- i3pystatus/github.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3pystatus/github.py b/i3pystatus/github.py index 60d2285..6e3a375 100644 --- a/i3pystatus/github.py +++ b/i3pystatus/github.py @@ -7,6 +7,9 @@ from i3pystatus.core.util import user_open, internet, require class Github(IntervalModule): """ + Check Github for pending notifications. + Requires `requests` + Formatters: * `{unread}` - contains the value of unread_marker when there are pending notifications