introduce `tool.poetry.requires-plugins` section to define Poetry plugins that...
introduce `tool.poetry.requires-plugins` section to define Poetry plugins that are required for the project (#9547) * when running `poetry install` and required plugins are not available in Poetry's own environment they are installed only for the project into .poetry/plugins inside the project folder * when creating the application .poetry/plugins is added to the front of sys.path Co-authored-by:Arun Babu Neelicattu <arun.neelicattu@gmail.com>
Loading
Please register or sign in to comment