source/projects/lilith/BUILD
2021-08-21 20:02:54 -06:00

12 lines
268 B
Text

py_project(
name = "lilith",
main = "src/python/lilith/__main__.py",
lib_deps = [
py_requirement("lark"),
py_requirement("pyyaml"),
py_requirement("markdown"),
],
test_deps = [
py_requirement("hypothesis"),
],
)