Printkey: Bump the required framework version due to the API changes.

This commit is contained in:
Mike Auty
2020-07-16 19:44:18 +01:00
committed by ikelos
parent a5fc7323ec
commit ecddc40781
@@ -20,6 +20,7 @@ class PrintKey(interfaces.plugins.PluginInterface):
"""Lists the registry keys under a hive or specific key value."""
_version = (1, 0, 0)
_required_framework_version = (1, 1, 0)
@classmethod
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]: