Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Reddit almost done - @todo doc for reddit
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxMaSk committed Oct 8, 2017
1 parent 41fa4c1 commit 589bbf2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
extras_require_pushbullet = [
'pushbullet.py==0.10.0'
]
extras_require_reddit = [
'praw==5.1.0'
]
extras_require_rss = [
'feedparser==5.2.1',
]
Expand Down Expand Up @@ -68,6 +71,7 @@
+ extras_require_pelican\
+ extras_require_pocket\
+ extras_require_pushbullet\
+ extras_require_reddit\
+ extras_require_rss\
+ extras_require_taiga\
+ extras_require_todoist\
Expand Down Expand Up @@ -116,6 +120,7 @@
'pelican': extras_require_pelican,
'pocket': extras_require_pocket,
'pushbullet': extras_require_pushbullet,
'reddit': extras_require_reddit,
'rss': extras_require_rss,
'taiga': extras_require_taiga,
'todoist': extras_require_todoist,
Expand Down

0 comments on commit 589bbf2

Please sign in to comment.