build(deltachat-rpc-client): move development dependencies from tox.ini to pyproject.toml

This commit is contained in:
link2xt
2025-03-12 21:52:26 +00:00
committed by l
parent df24532503
commit 891e166996
2 changed files with 10 additions and 5 deletions

View File

@@ -70,3 +70,11 @@ line-length = 120
[tool.isort]
profile = "black"
[dependency-groups]
dev = [
"imap-tools",
"pytest",
"pytest-timeout",
"pytest-xdist",
]