From b0c7b9593a42157db6c915afac1bc453abb6720b Mon Sep 17 00:00:00 2001 From: respondersGY <218940752+respondersGY@users.noreply.github.com> Date: Tue, 25 Nov 2025 21:34:33 +0100 Subject: [PATCH] Add zstandard package The package is used but not defined: https://github.com/fox-it/dissect.hypervisor/blob/0c8976613a369923e69022304b2f0ed587e997e2/dissect/hypervisor/disk/qcow2.py#L31. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8404869..e22a983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ repository = "https://github.com/fox-it/dissect.hypervisor" [project.optional-dependencies] full = [ "pycryptodome", + "zstandard", ] dev = [ "dissect.hypervisor[full]",