poetry - Manage Python project dependencies and environments with Poetry.
Manage Python dependencies, lock files, and project environments using Poetry.
Tags
Updated: 2026-09-21Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Add runtime dependencies
- Remove runtime dependencies
- Add dev dependencies
- Remove dev dependencies
- Sync environment with lock file
- Regenerate lock file
- Update project dependencies
- Run commands in project environment
- Scaffold new Poetry project
- Initialize Poetry in directory
- Set project Python version
Inputs
- Package names and version constraints
- Command arguments to execute
- pyproject.toml or requirements.txt files
- Target Python version
Outputs
- Updated pyproject.toml file
- Updated poetry.lock file
- Updated virtual environment packages
- Command execution output
- Scaffolded project structure
Requirements
- Poetry CLI installed
- Python environment
