Ignore *only* specific feedparser and bs4 warnings (#277)
* Ignore *only* feedparser warnings * Suppress bs4 warning as well
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
"description": "Read RSS feeds.",
|
||||
"tags": ["rss"],
|
||||
"permissions": ["embed_links"],
|
||||
"requirements": ["bs4", "feedparser>=6.0.0", "webcolors==1.3", "shutup"],
|
||||
"requirements": ["bs4", "feedparser>=6.0.0", "webcolors==1.3"],
|
||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user