source/projects/lilith/BUILD
2021-08-20 23:16:59 -06:00

9 lines
122 B
Text

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