source/projects/lilith/BUILD

9 lines
122 B
Python

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