| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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
| Back | FazBrowse Home | New Git URL |
Description:
Add support to detect python version from pyproject.toml file managed by poetry where the main group
is using its fully qualified name.
As documented here
https://python-poetry.org/docs/managing-dependencies/#dependency-groups
and
Are equivalent
Related issue:
N/A
Check list: