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"] }