fix: added dependency requirement to info.json
This commit is contained in:
parent
d51f42289b
commit
8759ee1820
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue