From da858a2ff2566e19f50f9b10bf6786e628fb210c Mon Sep 17 00:00:00 2001 From: Schamper <1254028+Schamper@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:17:23 +0100 Subject: [PATCH] Add dissect.archive --- README.md | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 17cb42d..44b7d87 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Want to read everything? Check out the [documentation](https://docs.dissect.tool Dissect currently consists of the following projects. +- [dissect.archive](https://github.com/fox-it/dissect.archive) - [dissect.btrfs](https://github.com/fox-it/dissect.btrfs) - [dissect.cim](https://github.com/fox-it/dissect.cim) - [dissect.clfs](https://github.com/fox-it/dissect.clfs) diff --git a/pyproject.toml b/pyproject.toml index 838f627..73f876e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ classifiers = [ "Topic :: Utilities", ] dependencies = [ + "dissect.archive==1.0", "dissect.btrfs==1.2", "dissect.cim==3.8", "dissect.clfs==1.7",