Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ repository = "https://github.com/fox-it/dissect.hypervisor"
[project.optional-dependencies]
full = [
"pycryptodome",
"zstandard",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we could immediately switch to backport.zstd as noted here: fox-it/dissect.target#1380

And change the code to use that?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had a quick go at this myself and ended up with #69 (needed to make a new PR to push the test data), so I'll close this one!

]
dev = [
"dissect.hypervisor[full]",
Expand Down