X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/591964e837ca06bef75e99a022dbb09582488f51..a62d0d18bbb5926d22df18db5eba53eb21a10817:/modules/help.py diff --git a/modules/help.py b/modules/help.py index 299cf0a..0010470 100644 --- a/modules/help.py +++ b/modules/help.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