mirror of
https://github.com/actions/setup-python.git
synced 2025-06-27 10:57:09 +08:00

As documented here https://python-poetry.org/docs/managing-dependencies/#dependency-groups ```toml [tool.poetry.dependencies] ``` and ```toml [tool.poetry.group.main.dependencies] ``` Are equivalent