Skip to content

Commit 1a875b3

Browse files
committed
[python] Add lz4 dependency
Add lz4 to the python dependencies. Signed-off-by: Siemen Dhooghe <sdhooghe@google.com>
1 parent 75db591 commit 1a875b3

2 files changed

Lines changed: 539 additions & 399 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies = [
2424
"libclang==16.0.0",
2525
"libcst == 1.1.0", # 1.2.0+ needs Python 3.9+
2626
"lxml ~= 5.0",
27+
"lz4 == 4.4.5",
2728
"mako==1.1.6",
2829
"pluralizer==1.2.0",
2930
"pycryptodome==3.15.0",

0 commit comments

Comments
 (0)