From 4f5eb77733f696c2557a62c14ec47ec2d1043539 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Tue, 14 Aug 2018 11:22:03 -0700 Subject: [PATCH] [V3 Retrosign] Fix reqs --- retrosign/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retrosign/info.json b/retrosign/info.json index 35bad4c..57162f6 100644 --- a/retrosign/info.json +++ b/retrosign/info.json @@ -8,7 +8,7 @@ "attach_files" ], "requirements": [ - "BeautifulSoup" + "bs4" ], "short": "Posts an image of text", "tags": [ @@ -16,4 +16,4 @@ "80s" ], "type": "COG" -} \ No newline at end of file +}