From eb0ff5bdeb540c7249e2f0e60ea816014c811430 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:06:20 -0700 Subject: [PATCH] [RSS] Update info.json --- rss/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss/info.json b/rss/info.json index 4e9c04f..fd77378 100644 --- a/rss/info.json +++ b/rss/info.json @@ -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" }