fix: added dependency requirement to info.json

This commit is contained in:
SeaswimmerTheFsh 2023-08-01 17:52:56 -04:00
parent d51f42289b
commit 8759ee1820
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 5019678FD9CF50D8

View file

@ -6,5 +6,5 @@
"description" : "Implements a way for moderators to give out social-credit like points, dubbed 'sugoncredits' by the community.", "description" : "Implements a way for moderators to give out social-credit like points, dubbed 'sugoncredits' by the community.",
"tags" : ["bank"], "tags" : ["bank"],
"end_user_data_statement": "This cog stores no end user data.", "end_user_data_statement": "This cog stores no end user data.",
"requirements": "inflect" "requirements": "inflect, tabulate"
} }