[RSS] Update info.json

This commit is contained in:
aikaterna
2020-10-01 12:06:20 -07:00
committed by GitHub
parent 6fdb24a7c4
commit eb0ff5bdeb

View File

@@ -5,6 +5,6 @@
"description": "Read RSS feeds",
"tags": ["rss"],
"permissions": ["embed_links"],
"requirements": ["bs4>=4.9.1", "feedparser>=6.0.0", "scipy", "webcolors==1.3"],
"requirements": ["beautifulsoup4>=4.9.1", "feedparser>=6.0.0", "scipy", "webcolors==1.3"],
"min_bot_version" : "3.4.0"
}