Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project plugins and forcing a minimum poetry version #9547

Merged
merged 5 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    2e831fb View commit details
    Browse the repository at this point in the history
  2. introduce tool.poetry.requires-plugins section to define Poetry plu…

    …gins that are required for the project (python-poetry#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 <[email protected]>
    radoering and abn committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3117b4f View commit details
    Browse the repository at this point in the history
  3. installed repository: improve recognition of installed packages' type…

    …s (especially relevant for installing project plugins if Poetry has been installed via pipx) (python-poetry#9547)
    radoering committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    25a275c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7218ac View commit details
    Browse the repository at this point in the history
  5. introduce tool.poetry.requires-poetry to define a constraint for th…

    …e Poetry version the project is compatible with (python-poetry#9547)
    radoering committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b8042b7 View commit details
    Browse the repository at this point in the history