source/projects/lilith/BUILD

10 lines
122 B
Python
Raw Normal View History

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