Dima Aratin

Results 3 comments of Dima Aratin

> This looks like it could be an alternative "processor" in the pep621 manager: https://github.com/renovatebot/renovate/tree/main/lib/modules/manager/pep621/processors > > Does `uv` identify itself either in the pyproject.toml or requirements.txt? Yes. `uv` usage...

This project demonstrate expected behaviour: https://github.com/staners2/uv-renovatebot

We create `requirements.txt ` near `pyproject.toml`. Although somebody may call it differently and somewhere differently store it. Because file `requirements.txt` described in the format `${dependency_name}=${version}` and for download dependencies executed...