source/projects/damm/BUILD

7 lines
96 B
Python
Raw Normal View History

2021-08-04 02:03:16 +00:00
py_project(
2021-05-15 17:58:11 +00:00
name = "damm",
2021-08-04 02:03:16 +00:00
test_deps = [
py_requirement("hypothesis"),
2021-05-15 17:58:11 +00:00
],
)