Document dependency on requests module.

This commit is contained in:
facetoe 2015-01-11 19:06:48 +08:00
parent 97e8e8346c
commit e00a25aebe

View File

@ -7,6 +7,9 @@ from i3pystatus.core.util import user_open, internet, require
class Github(IntervalModule): class Github(IntervalModule):
""" """
Check Github for pending notifications.
Requires `requests`
Formatters: Formatters:
* `{unread}` - contains the value of unread_marker when there are pending notifications * `{unread}` - contains the value of unread_marker when there are pending notifications