Skip to content

Commit

Permalink
Release dissect 3.17 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrco authored Nov 18, 2024
1 parent 657df6c commit 7869cb3
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,34 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"dissect.archive==1.2",
"dissect.btrfs==1.5",
"dissect.archive==1.4",
"dissect.btrfs==1.6",
"dissect.cim==3.10",
"dissect.clfs==1.9",
"dissect.cstruct==4.1",
"dissect.cstruct==4.3",
"dissect.esedb==3.14",
"dissect.etl==3.10",
"dissect.eventlog==3.9",
"dissect.evidence==3.10",
"dissect.executable==1.7",
"dissect.extfs==3.11",
"dissect.fat==3.10",
"dissect.ffs==3.9",
"dissect.hypervisor==3.15",
"dissect.extfs==3.12",
"dissect.fat==3.11",
"dissect.ffs==3.10",
"dissect.fve==4.0; platform_system != 'Windows' or platform_python_implementation != 'PyPy'",
"dissect.hypervisor==3.16",
"dissect.jffs==1.3",
"dissect.ntfs==3.12",
"dissect.ntfs==3.13",
"dissect.ole==3.9",
"dissect.regf==3.11",
"dissect.shellitem==3.10",
"dissect.sql==3.10",
"dissect.squashfs==1.7",
"dissect.target[full]==3.19",
"dissect.squashfs==1.8",
"dissect.target[full]==3.20",
"dissect.thumbcache==1.9",
"dissect.util==3.18",
"dissect.vmfs==3.9",
"dissect.volume==3.12",
"dissect.xfs==3.10",
"dissect.util==3.19",
"dissect.vmfs==3.10",
"dissect.volume==3.13",
"dissect.xfs==3.11",
]
dynamic = ["version"]

Expand Down

0 comments on commit 7869cb3

Please sign in to comment.