Skip to content

Commit

Permalink
Add a dependency on dissect.fve for the full extra (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrco authored Nov 18, 2024
1 parent 1a2c8fe commit d6eb12e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ full = [
"dissect.extfs>=3,<4",
"dissect.fat>=3,<4",
"dissect.ffs>=3,<4",
"dissect.fve>=4,<5; platform_system != 'Windows' or platform_python_implementation != 'PyPy'",
"dissect.jffs>=1,<2",
"dissect.ole>=3,<4",
"dissect.shellitem>=3,<4",
Expand Down Expand Up @@ -92,6 +93,7 @@ dev = [
"dissect.extfs[dev]>=3.0.dev,<4.0.dev",
"dissect.fat[dev]>=3.0.dev,<4.0.dev",
"dissect.ffs[dev]>=3.0.dev,<4.0.dev",
"dissect.fve[dev]>=4.0.dev,<5.0.dev; platform_system != 'Windows' or platform_python_implementation != 'PyPy'",
"dissect.hypervisor[dev]>=3.0.dev,<4.0.dev",
"dissect.jffs[dev]>=1.0.dev,<2.0.dev",
"dissect.ntfs[dev]>=3.4.dev,<4.0.dev",
Expand Down

0 comments on commit d6eb12e

Please sign in to comment.