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 poetry 1.2+ dependency groups in pyproject.toml #1

Closed
lukehsiao opened this issue Aug 8, 2023 · 0 comments
Closed

Support poetry 1.2+ dependency groups in pyproject.toml #1

lukehsiao opened this issue Aug 8, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@lukehsiao
Copy link
Owner

Newer versions of poetry (1.2.0+) change the configuration of dev-dependencies to use dependency groups: python-poetry/poetry#4260

e.g.

[tool.poetry.group.dev.dependencies]

We currently do not parse this correctly.

We also don't do anything with the "docs" dependencies.

@lukehsiao lukehsiao changed the title Support newer versions of poetry Support poetry 1.2+ dependency groups in pyproject.toml Aug 8, 2023
@lukehsiao lukehsiao added the good first issue Good for newcomers label Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant