From 7e298f7d9668beb32a07174aa6503d3dff44b9d3 Mon Sep 17 00:00:00 2001 From: Erik Schamper <1254028+Schamper@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:14:44 +0200 Subject: [PATCH] Remove dissect.util lzo and lz4 dependency groups They no longer exist and are no longer necessary since https://github.com/fox-it/dissect.util/pull/56 --- pyproject.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 90cd14d..26dbbb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,14 +62,6 @@ homepage = "https://dissect.tools" documentation = "https://docs.dissect.tools" repository = "https://github.com/fox-it/dissect" -[project.optional-dependencies] -lz4 = [ - "dissect.util[lz4]", -] -lzo = [ - "dissect.util[lzo]", -] - [tool.black] line-length = 120