Skip to content

Commit

Permalink
Add isal
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Sep 9, 2024
1 parent 27a6ad7 commit 4f58040
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ full = [
"lz4 ~= 4.0.0",
"python-lzo ~= 1.0",
"zstandard ~= 0.22.0",
"isal ~= 1.0.0",
]
bzip2 = ["rapidgzip >= 0.13.1"]
gzip = ["indexed_gzip >= 1.6.3, < 2.0"]
Expand All @@ -69,6 +70,7 @@ squashfs = [
"lz4 ~= 4.0.0",
"python-lzo ~= 1.0",
"zstandard ~= 0.22.0",
"isal ~= 1.0.0",
]
xz = ["python-xz ~= 0.4.0"]
zip = []
Expand Down
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 = [
"lz4 ~= 4.0.0",
"python-lzo ~= 1.0",
"zstandard ~= 0.22.0",
"isal ~= 1.0.0",
]
bzip2 = []
gzip = []
Expand All @@ -70,6 +71,7 @@ squashfs = [
"lz4 ~= 4.0.0",
"python-lzo ~= 1.0",
"zstandard ~= 0.22.0",
"isal ~= 1.0.0",
]

[project.scripts]
Expand Down

0 comments on commit 4f58040

Please sign in to comment.