Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 2 of 2 for host:python-poetry.org (0.01 sec)

Similar results are displayed.

  1. Managing dependencies | 1.7 | 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.7/managing-dependencies/
    Registered: Fri Nov 15 10:20:46 UTC 2024
    - Last Modified: Fri Nov 15 10:20:46 UTC 2024
    - 67K bytes
    - Viewed (0)
  2. Managing dependencies | Documentation | Poetry ...

    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/managing-dependencies/
    Registered: Fri Nov 15 10:19:12 UTC 2024
    - Last Modified: Fri Nov 15 00:33:36 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top