Skip to content

Commit b9be3b5

Browse files
committed
Add luaparser to pyproject.toml dependencies to fix CI/CD failure
Signed-off-by: Prashanna Dahal <prashanna217@gmail.com>
1 parent d89ac45 commit b9be3b5

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject-scancode-toolkit-mini.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ dependencies = [
7474
"jsonstreams >= 0.5.0",
7575
"license_expression >= 30.4.4",
7676
"lxml >= 5.4.0",
77+
"luaparser >= 4.0.0",
7778
"MarkupSafe >= 2.1.2",
7879
"multiregex >= 2.0.3",
7980
"normality <= 2.6.1",

pyproject-scancode-toolkit.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ dependencies = [
7474
"jsonstreams >= 0.5.0",
7575
"license_expression >= 30.4.4",
7676
"lxml >= 5.4.0",
77+
"luaparser >= 4.0.0",
7778
"MarkupSafe >= 2.1.2",
7879
"multiregex >= 2.0.3",
7980
"normality <= 2.6.1",

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ dependencies = [
7575
"jsonstreams >= 0.5.0",
7676
"license_expression >= 30.4.4",
7777
"lxml >= 5.4.0",
78+
"luaparser >= 4.0.0",
7879
"MarkupSafe >= 2.1.2",
7980
"multiregex >= 2.0.3",
8081
"normality <= 2.6.1",

0 commit comments

Comments
 (0)