Skip to content

Use new way of specifying dev dependencies - #498

Open
ivanovmg wants to merge 1 commit into
dry-python:masterfrom
ivanovmg:fix/new-dev-dependencies
Open

Use new way of specifying dev dependencies#498
ivanovmg wants to merge 1 commit into
dry-python:masterfrom
ivanovmg:fix/new-dev-dependencies

Conversation

@ivanovmg

Copy link
Copy Markdown
Contributor

This PR updates pyproject.toml to use new way of defining development dependencies.

As shown in https://python-poetry.org/docs/managing-dependencies/ the new way (starting from Poetry 1.2.0) of defining dev dependencies is by using [tool.poetry.group.dev.dependencies].

According to poetry docs, they recommend migration towards the new group notation.

Checklist

  • I have double checked that there are no unrelated changes in this pull request (old patches, accidental config files, etc)
  • I have created at least one test case for the changes I have made
  • I have updated the documentation for the changes I have made
  • I have added my changes to the CHANGELOG.md

Related PRs

Precursor for PR #497

This PR updates `pyproject.toml` to use new way of defining
development dependencies.

As shown in https://python-poetry.org/docs/managing-dependencies/
the new way (starting from Poetry 1.2.0) of defining
dev dependencies is by using `[tool.poetry.group.dev.dependencies]`.

According to `poetry` docs, they recommend migration
towards the new `group` notation.
注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

None yet

Development

Successfully merging this pull request may close these issues.

1 participant