forked from platypush/platypush
Added support for OPML import and export in the RSS plugin.
[closes #219]
This commit is contained in:
parent
c5b12403d0
commit
6c6e68b512
3 changed files with 225 additions and 52 deletions
2
setup.py
2
setup.py
|
@ -86,7 +86,7 @@ setup(
|
|||
# Support for MQTT backends
|
||||
'mqtt': ['paho-mqtt'],
|
||||
# Support for RSS feeds parser
|
||||
'rss': ['feedparser'],
|
||||
'rss': ['feedparser', 'defusedxml'],
|
||||
# Support for PDF generation
|
||||
'pdf': ['weasyprint'],
|
||||
# Support for Philips Hue plugin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue