Skip to content

Commit 84c854b

Browse files
mykauldkropachev
authored andcommitted
pyproject.toml: add optional Snappy and LZ4 package dependencies.
Fixes: #515 Signed-off-by: Yaniv Kaul <[email protected]>
1 parent a6a49c3 commit 84c854b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ requires-python = ">=3.9"
3232
[project.optional-dependencies]
3333
graph = ['gremlinpython==3.4.6']
3434
cle = ['cryptography>=35.0']
35+
compress-lz4 = ['lz4']
36+
compress-snappy = ['python-snappy']
3537

3638
[dependency-groups]
3739
dev = [

0 commit comments

Comments
 (0)