X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/fb20be7c5c80f13474786337d69005f3497d21c6..0d93d7b47b642e1c5705b3c75fb7f5cfcbe0fe41:/modules/coins.py diff --git a/modules/coins.py b/modules/coins.py index 8548d60..5b3d663 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': [1,2], + 'depends': [], + 'softdeps': [], } # preamble