diff --git a/bbot/modules/internal/unarchive.py b/bbot/modules/internal/unarchive.py index 253a345f4..f3fb980a6 100644 --- a/bbot/modules/internal/unarchive.py +++ b/bbot/modules/internal/unarchive.py @@ -12,7 +12,6 @@ class unarchive(BaseInternalModule): "created_date": "2024-12-08", "author": "@domwhewell-sage", } - deps_apt = ["7zip", "tar", "rar", "unrar", "gunzip"] async def setup(self): self.ignore_compressions = ["application/java-archive", "application/vnd.android.package-archive"]