isort can load configuration from pyproject.toml only if the toml module is installed. This is defined as an extra, so ```bash pip install isort[toml] ``` would pull in that dependency. Can this also be added to the plugin please?
isort can load configuration from pyproject.toml only if the toml module is installed. This is defined as an extra, so
would pull in that dependency. Can this also be added to the plugin please?