Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of Dependency Groups in pyproject.toml | PEP 735 #2701

Closed
ioangatop opened this issue Mar 17, 2024 · 2 comments
Closed

Support of Dependency Groups in pyproject.toml | PEP 735 #2701

ioangatop opened this issue Mar 17, 2024 · 2 comments
Labels
😞 deferred ⭐ enhancement Improvements for existing features

Comments

@ioangatop
Copy link

Is your feature/enhancement proposal related to a problem? Please describe.

Hi!

First of all, thank you for developing and maintaining this awesome library!

I would like to ask if you could support dependency groups in pyproject.toml - PEP 735

Describe the solution you'd like

To be able to merge groups and form a new one, as follows:

[tool.pdm.dev-dependencies]
test = ["pytest", "coverage"]
docs = ["sphinx", "sphinx-rtd-theme"]
typing = ["mypy", "types-requests"]

[dependency-groups]
typing-test = [{include = "typing"}, {include = "test"}]
dev = [{include = "test"}, {include = "docs"}, {include = "typing"}]
all = [{include = "test"}, {include = "docs"}, {include = "typing"}, "useful-something"]
@ioangatop ioangatop added the ⭐ enhancement Improvements for existing features label Mar 17, 2024
@frostming
Copy link
Collaborator

We have no interest in supporting it until the PEP is accepted

@Behemyth
Copy link

The PEP has been accepted.

@frostming frostming reopened this Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😞 deferred ⭐ enhancement Improvements for existing features
Projects
None yet
Development

No branches or pull requests

3 participants