Commit 4915174
committed
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.1 parent 35fa4a8 commit 4915174
2 files changed
+837
-958
lines changed
0 commit comments