source/projects/lilith/BUILD
2021-08-21 11:49:46 -06:00

9 lines
153 B
Text

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