Skip to content

Commit

Permalink
add lark dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg committed Aug 20, 2024
1 parent 4759fae commit baa4d54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
url="https://github.com/capjamesg/jamesql",
install_requires=[
"pybmoore",
"pygtrie"
"pygtrie",
"lark"
],
packages=find_packages(exclude=("tests",)),
extras_require={
Expand Down

0 comments on commit baa4d54

Please sign in to comment.