py_binary(
    name = "reqman",
    main = "src/python/reqman/__main__.py",
    deps = [
        py_requirement("click"),
    ],
)