From 7039596bcfc19aaca134252867dc86dbc110e0b3 Mon Sep 17 00:00:00 2001 From: zephyrkul Date: Fri, 6 Dec 2019 20:35:54 -0700 Subject: [PATCH] add beautifulsoup to cog requirements (#84) --- dictionary/info.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dictionary/info.json b/dictionary/info.json index bebd620..49c1b48 100644 --- a/dictionary/info.json +++ b/dictionary/info.json @@ -8,5 +8,8 @@ "tags": [ "dictionary" ], + "requirements": [ + "beautifulsoup4" + ], "type": "COG" }