From 84ed247331f79bf461068c0f1985fa05954a9d84 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Sun, 10 Oct 2021 14:22:45 -0700 Subject: [PATCH] Info.json cleanup --- rss/info.json | 2 +- urlfetch/info.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rss/info.json b/rss/info.json index 1502b9c..13a73b5 100644 --- a/rss/info.json +++ b/rss/info.json @@ -5,5 +5,5 @@ "description": "Read RSS feeds.", "tags": ["rss"], "permissions": ["embed_links"], - "requirements": ["bs4", "feedparser>=6.0.0", "webcolors==1.3"], + "requirements": ["bs4", "feedparser>=6.0.0", "webcolors==1.3"] } diff --git a/urlfetch/info.json b/urlfetch/info.json index 6fedf85..d6fc843 100644 --- a/urlfetch/info.json +++ b/urlfetch/info.json @@ -3,5 +3,5 @@ "install_msg": "Thanks for installing.", "short": "Fetch text from a URL.", "description": "Fetch text from a URL.", - "tags": ["api"], + "tags": ["api"] }