Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 41 - 42 of 42 for timestamp:[now/d-1y TO *] (0.01 sec)

  1. 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 Jun 07 08:23:34 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  2. Plugins | Documentation | Poetry - Python depen...

    Plugins Poetry supports using and building plugins if you wish to alter or expand Poetry’s functionality with your own. For example if your environment poses special requirements on the behaviour of Poetry which do not apply to the majority of its users or if you wish to accomplish something with Poetry in a way that is not desired by most users. In these cases you could consider creating a plugin to handle your specific logic.
    python-poetry.org/docs/plugins/
    Registered: Fri Jun 07 08:23:54 UTC 2024
    - 69.9K bytes
    - Viewed (0)
Back to top