Ahmed Ilyas
Ahmed Ilyas
Is this up for grabs?
I'll take a look soon. > we'd also want to create a foo extra with bar in it. This makes sense, a similar PR would then resolve #6164 right?
I think you can use the `--frozen` argument for this. `uv add --frozen flask` doesn't create a lock file.
Uh oh, sorry. I will take a look!
Thanks for catching that @StSav012, I've added a fix for that in the linked PR
The behavior for optional dependencies seems to differ here. When using `uv remove`, the re-sync will automatically include all of the extras. We should probably do the same for both,...