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