classes
classes copied to clipboard
Use new way of specifying dev dependencies
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