Skip to content

Commit fbaf56f

Browse files
committed
add lark as dependency
1 parent 8fe828e commit fbaf56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ classifiers = [
1010
"License :: OSI Approved :: MIT License",
1111
"Operating System :: OS Independent",
1212
]
13-
dependencies = ["z3-solver >= 4.8", "egglog", "python-flint", "sympy"]
13+
dependencies = ["z3-solver >= 4.8", "egglog", "python-flint", "sympy", "lark"]
1414
[project.urls]
1515
homepage = "https://github.com/philzook58/knuckledragger"
1616

0 commit comments

Comments
 (0)