add_package
Add a Python package to pyproject.toml and update the virtual environment, optionally as a development dependency.
Instructions
Add package to pyproject.toml and update the virtual environment. Returns True if successful.
Args: package_name: Name of the package to install. dev: If True, add the package to the development dependency group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | ||
| dev | Yes | ||
| current_working_dir | Yes |