sqlalchemy in main dependency group, sqlalchemy[postgresql...] in production sqlalchemy[aiosqlite] in dev #9454
-
Is it possible to add different extras to different groups? I'd like something like
The above setup causes this cryptic message: poetry lock --no-update
The Poetry configuration is invalid:
- data.group.dev.dependencies.sqlalchemy must be valid exactly by one definition (0 matches found) edit: After changing
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You forgot the square brackets. |
Beta Was this translation helpful? Give feedback.
-
I needed |
Beta Was this translation helpful? Give feedback.
You forgot the square brackets.
extras
must not be a string.