Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 47 for host:python-poetry.org (0.01 sec)

  1. Managing dependencies | 1.8 | Documentation | P...

    Managing dependencies Dependency groups Poetry provides a way to organize your dependencies by groups. For instance, you might have dependencies that are only needed to test your project or to build the documentation. To declare a new dependency group, use a tool.poetry.group.<group> section where <group> is the name of your dependency group (for instance, test): [tool.poetry.group.test] # This part can be left out [tool.poetry.group.test.dependencies] pytest = "^6.0.0" pytest-mock = "*" Note All dependencies must be compatible with each other across groups since they will be resolved regardless of whether they are required for installation or not (see Installing group dependencies).
    python-poetry.org/docs/1.8/managing-dependencies/
    Registered: Fri Jun 27 10:21:41 UTC 2025
    - Last Modified: Fri Jun 27 07:51:51 UTC 2025
    - 68.4K bytes
    - Viewed (0)
  2. Contributing to Poetry | 1.8 | Documentation | ...

    Contributing to Poetry First off, thanks for taking the time to contribute! The following is a set of guidelines for contributing to Poetry on GitHub. These are mostly guidelines, not rules. Use your best judgement, and feel free to propose changes to this document in a pull request. How to contribute Reporting bugs This section guides you through submitting a bug report for Poetry. Following these guidelines helps maintainers and the community understand your report, reproduce the behavior, and find related reports.
    python-poetry.org/docs/1.8/contributing/
    Registered: Fri Jun 27 10:22:01 UTC 2025
    - Last Modified: Fri Jun 27 10:22:01 UTC 2025
    - 70.5K bytes
    - Viewed (0)
Back to top