Manage Python dependencies with uv package manager
Manages Python dependencies using uv package manager to add, update, or remove packages.
/plugin marketplace add jwplatta/prompt-library/plugin install pythonic@jwplatta-claude-toolsAdd, update, or remove project dependencies using the uv package manager.
Add Dependencies
uv add <package-name>uv add --dev <package-name>pyproject.tomlUpdate Dependencies
uv sync to sync all dependenciesuv add <package-name>@latestRemove Dependencies
uv remove <package-name> to remove a packageVerify Environment
pyproject.toml