Extra name capitalization in pyproject.toml #9324
Unanswered
ryancausey
asked this question in
Q&A
Replies: 1 comment
-
does not reproduce |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was attempting to use this extras definition in my pyproject.toml:
However, this led to no extras being installed when running
poetry install --all-extras
orpoetry install --extra AWS
. I had to change the configuration to the following:Then it worked once the "aws" was all lowercase. Is this expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions