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