6 lines
96 B
Text
6 lines
96 B
Text
py_project(
|
|
name = "damm",
|
|
test_deps = [
|
|
py_requirement("hypothesis"),
|
|
],
|
|
)
|