From 8759ee1820fda13ab23b14ba25b762910e9ba049 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 1 Aug 2023 17:52:56 -0400 Subject: [PATCH] fix: added dependency requirement to info.json --- sugoncredit/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sugoncredit/info.json b/sugoncredit/info.json index 53f442b..369f700 100644 --- a/sugoncredit/info.json +++ b/sugoncredit/info.json @@ -6,5 +6,5 @@ "description" : "Implements a way for moderators to give out social-credit like points, dubbed 'sugoncredits' by the community.", "tags" : ["bank"], "end_user_data_statement": "This cog stores no end user data.", - "requirements": "inflect" + "requirements": "inflect, tabulate" }