Skip to content

install: support specific package installations #3033

@abn

Description

@abn

One of the common use case in a few scenarios (CI, Tox etc.) is to install an arbitrary set of packages as locked by poetry. While dependency groups aims to solve a pre-defined set, the flexibility of poetry install pkg1 pkg2 can be benfitial.

When poetry install pkg1 is used, we should install pkg1 similar to performing pip install pkg1 but using the pinned versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureFeature requests/implementationsstatus/triageThis issue needs to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions