poetry-add
Verified for current stable LTS
Poetry Add Command: Add Specific Version Of Package
Use for add specific version of package with Poetry Add. Exact CLI syntax to add specific version of package using Poetry Add.
When to use this: Use for add specific version of package with Poetry Add.
Command Syntax
poetry add <package_name>==<version> poetry add <package_name>==<version> Command Breakdown
poetry is the base executable for this command.
FAQ
Purpose: Exact syntax to add specific version of package using Poetry Add.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Poetry Add Command: Add Package To Specific Group
poetry add <package_name> --group <group_name> Poetry Add Command: Add Package Version Equal Or Earlier poetry add <package_name><=<version> Poetry Add Command: Add Package Version Equal Or Later poetry add <package_name>>=<version> Poetry Add Command: Add Required Package To Pyproject poetry add <package_name>