diff --git a/pyproject.toml b/pyproject.toml index 6b84591..ba3eecb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ keywords = ["disney", "reverse-engineering"] requires-python = ">=3.9" dependencies = [ "self_documenting_struct==0.9.2", - "asset_extraction_framework==0.9.6" + "asset_extraction_framework>=0.9.6" ] [project.urls]