py_project(
name = "lilith",
lib_deps = [
py_requirement("lark"),
],
test_deps = [
py_requirement("hypothesis"),
]
)