X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/fb20be7c5c80f13474786337d69005f3497d21c6..d4cfb340ddd9659422ec8a6a3ecf3abf25f00190:/modules/coins.py diff --git a/modules/coins.py b/modules/coins.py index 8548d60..4603366 100644 --- a/modules/coins.py +++ b/modules/coins.py @@ -6,8 +6,9 @@ modinfo = { 'author': 'Erebus Team', 'license': 'public domain', - 'compatible': [1], # compatible module API versions - 'depends': [], # other modules required to work properly? + 'compatible': [0], + 'depends': [], + 'softdeps': [], } # preamble