Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add syntax sugar to avoid meaningless requirements.in files (#134)
This is a minor quality-of-life improvement for some cases, like bazelbuild/rules_python#1016 where you just need a requirements file for the `twine` package so it's nice to write it as ``` uv_pip_compile( name = "twine_requirements", requirements_in = ["twine"], requirements_txt = "requirements.twine", ) ```
- Loading branch information