Skip to content

Commit

Permalink
Merge branch 'main' into ci-only-pr-and-main
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper authored Jan 31, 2024
2 parents 20f5be8 + 2109b5d commit 632f1e2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Want to read everything? Check out the [documentation](https://docs.dissect.tool

Dissect currently consists of the following projects.

- [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)
- [dissect.cstruct](https://github.com/fox-it/dissect.cstruct)
Expand All @@ -49,6 +50,7 @@ Dissect currently consists of the following projects.
- [dissect.fat](https://github.com/fox-it/dissect.fat)
- [dissect.ffs](https://github.com/fox-it/dissect.ffs)
- [dissect.hypervisor](https://github.com/fox-it/dissect.hypervisor)
- [dissect.jffs](https://github.com/fox-it/dissect.jffs)
- [dissect.ntfs](https://github.com/fox-it/dissect.ntfs)
- [dissect.ole](https://github.com/fox-it/dissect.ole)
- [dissect.regf](https://github.com/fox-it/dissect.regf)
Expand Down
30 changes: 16 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,32 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"dissect.btrfs==1.1",
"dissect.cim==3.7",
"dissect.clfs==1.6",
"dissect.cstruct==3.9",
"dissect.esedb==3.8",
"dissect.cstruct==3.12",
"dissect.esedb==3.11",
"dissect.etl==3.7",
"dissect.eventlog==3.6",
"dissect.evidence==3.6",
"dissect.evidence==3.7",
"dissect.executable==1.4",
"dissect.extfs==3.6",
"dissect.fat==3.6",
"dissect.extfs==3.8",
"dissect.fat==3.7",
"dissect.ffs==3.6",
"dissect.hypervisor==3.8",
"dissect.ntfs==3.7",
"dissect.hypervisor==3.11",
"dissect.jffs==1.0",
"dissect.ntfs==3.8",
"dissect.ole==3.6",
"dissect.regf==3.7",
"dissect.regf==3.8",
"dissect.shellitem==3.6",
"dissect.sql==3.6",
"dissect.sql==3.7",
"dissect.squashfs==1.3",
"dissect.target[full]==3.11.1",
"dissect.thumbcache==1.5",
"dissect.util==3.10",
"dissect.target[full]==3.15",
"dissect.thumbcache==1.6",
"dissect.util==3.14",
"dissect.vmfs==3.6",
"dissect.volume==3.6",
"dissect.xfs==3.6",
"dissect.volume==3.8",
"dissect.xfs==3.7",
]
dynamic = ["version"]

Expand Down

0 comments on commit 632f1e2

Please sign in to comment.