remove_package
Remove a package from pyproject.toml and update the associated virtual environment. Specify if it's a development dependency.
Instructions
Remove package from pyproject.toml file and update the virtual environment. Returns True if successful.
Args: package_name: Name of the package to remove. dev: If True, remove the package from the development dependency group
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | ||
| dev | Yes | ||
| current_working_dir | Yes |