-
-
Notifications
You must be signed in to change notification settings - Fork 418
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
Can add a new dev dependency - Key "dev-dependencies" already exists #3103
Labels
🐛 bug
Something isn't working
Comments
Btw.
|
This may be related to the structure of the TOML file. Can you show your pyproject.toml? |
Of courese, here it is:
|
It was fixed by tomlkit 0.13.2, you can upgrade it by:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
I got a project with some dev-dependencies
Actual behavior
When I try to add a new one with
pdm add -dG certs altgraph
I get:
Expected behavior
New dependency was added
Environment Information
Both 2.17.1 and 2.17.3 will fail
The text was updated successfully, but these errors were encountered: