add_packages
Add multiple packages to pyproject.toml and update the virtual environment, with an option to install as dev dependencies.
Instructions
Add many packages to pyproject.toml at once and update the virtual environment.
Args: package_names: List of names of the packages to install. dev: If True, add the package to the development dependency group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_names | Yes | ||
| dev | Yes | ||
| current_working_dir | Yes |