What is the problem or limitation you are having?
Repo is currently using requirements.txt.
Describe the solution you'd like
Requirements should be shifted to pyproject.toml, using dependency groups. References in CI workflows should be modified to install a dependency group, rather than -r requirements.txt
Describe alternatives you've considered
Additional context
pyproject.toml already exists for another tool configuration. This file should be updated in this case.
What is the problem or limitation you are having?
Repo is currently using
requirements.txt.Describe the solution you'd like
Requirements should be shifted to
pyproject.toml, using dependency groups. References in CI workflows should be modified to install a dependency group, rather than-r requirements.txtDescribe alternatives you've considered
Additional context
pyproject.tomlalready exists for another tool configuration. This file should be updated in this case.