source/projects/lilith/BUILD

10 lines
153 B
Python
Raw Normal View History

py_project(
name = "lilith",
lib_deps = [
2021-08-21 17:49:46 +00:00
py_requirement("lark"),
],
test_deps = [
py_requirement("hypothesis"),
]
)