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