Skip to content

Commit

Permalink
Move google-crc32 to an optional dependency (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miauwkeru authored Dec 15, 2023
1 parent fe7cddf commit 219921c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ classifiers = [
dependencies = [
"dissect.cstruct>=3.0.dev,<4.0.dev",
"dissect.util>=3.0.dev,<4.0.dev",
"google-crc32c",
]
dynamic = ["version"]

Expand All @@ -41,6 +40,9 @@ full = [
"python-lzo",
"zstandard",
]
gcrc32 = [
"google-crc32c",
]

[tool.black]
line-length = 120
Expand Down

0 comments on commit 219921c

Please sign in to comment.