Skip to content

Commit 35fb9e2

Browse files
author
Prashanna Dahal
committed
Add luaparser dependency #3526
Add luaparser >= 1.4.3 to both requirements.txt and setup.cfg to enable parsing of Lua rockspec files in the new RockspecHandler. * Added to requirements.txt for development environment * Added to setup.cfg install_requires for package installation Signed-off-by: Prashanna Dahal <prashanna217@gmail.com>
1 parent 99cd99f commit 35fb9e2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jsonstreams==0.6.0
4242
keyring==23.7.0
4343
license-expression==30.4.4
4444
lxml==6.0.2
45+
luaparser==1.4.3
4546
MarkupSafe==3.0.3
4647
more-itertools==10.8.0
4748
multiregex==2.0.3

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ install_requires =
9191
jsonstreams >= 0.5.0
9292
license_expression >= 30.4.4
9393
lxml >= 5.4.0
94+
luaparser >= 1.4.3
9495
MarkupSafe >= 2.1.2
9596
multiregex >= 2.0.3
9697
normality <= 2.6.1

0 commit comments

Comments
 (0)