Skip to content

Commit

Permalink
Release dissect 3.3
Browse files Browse the repository at this point in the history
(DIS-1671)
  • Loading branch information
pyrco committed Dec 9, 2022
1 parent c5cde33 commit 7ea0635
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
setup(
name="dissect",
install_requires=[
"dissect.cim==3.2",
"dissect.clfs==1.1",
"dissect.cstruct==3.2",
"dissect.esedb==3.2",
"dissect.etl==3.1",
"dissect.eventlog==3.1",
"dissect.evidence==3.1",
"dissect.extfs==3.1",
"dissect.fat==3.1",
"dissect.ffs==3.1",
"dissect.hypervisor==3.2",
"dissect.ntfs==3.1",
"dissect.ole==3.1",
"dissect.regf==3.1",
"dissect.shellitem==3.1",
"dissect.sql==3.1",
"dissect.target[full]==3.3",
"dissect.thumbcache==1.0",
"dissect.util==3.2",
"dissect.vmfs==3.1",
"dissect.volume==3.1",
"dissect.xfs==3.1",
"dissect.cim==3.3",
"dissect.clfs==1.2",
"dissect.cstruct==3.3",
"dissect.esedb==3.3",
"dissect.etl==3.2",
"dissect.eventlog==3.2",
"dissect.evidence==3.2",
"dissect.extfs==3.2",
"dissect.fat==3.2",
"dissect.ffs==3.2",
"dissect.hypervisor==3.3",
"dissect.ntfs==3.2",
"dissect.ole==3.2",
"dissect.regf==3.2",
"dissect.shellitem==3.2",
"dissect.sql==3.2",
"dissect.target[full]==3.4",
"dissect.thumbcache==1.1",
"dissect.util==3.3",
"dissect.vmfs==3.2",
"dissect.volume==3.2",
"dissect.xfs==3.2",
],
)

0 comments on commit 7ea0635

Please sign in to comment.