-
Hello. [tool.pdm.dev-dependencies]
test = [
'pytest',
'pytest-timeout'
]
dev = [
'*test',
'flake8',
'ipython',
] I did not find how to do it in the documentation. Can this be done? How? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Partially, only if the referred group is an optional dependency group and the project itself is a distribution, then refer it as Otherwise let's keep an eye on PEP 735 |
Beta Was this translation helpful? Give feedback.
Partially, only if the referred group is an optional dependency group and the project itself is a distribution, then refer it as
mypackage[test]
Otherwise let's keep an eye on PEP 735