• Eager Eagle@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    12 hours ago

    it already has dep groups; e.g.

    uv add --optional staging pytest

    then

    uv sync --extra staging

    to install / uninstall packages accordingly.

    They have a --dev shorthand for dev dependencies, but it seems the dependency group PEP is not final, so there isn’t a standardized way of doing this yet.