Join Nostr
2024-10-20 14:09:51 UTC

adamghill on Nostr: I have to re-figure out how to include an editable dependency with #uv every time I ...

I have to re-figure out how to include an editable dependency with #uv every time I need it for local development. Not sure why this isn't more clear in the documentation, but adding a source and a path works fine for my use case. Not sure if I should make a PR or not. 😬

Workspaces are sort of similar (see https://github.com/astral-sh/uv/issues/8195), but I have separate repos because I have different libraries, so it's not the same. I think.

#Python