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",