You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 installpkg1
similar to performingpip install pkg1
but using the pinned versions.The text was updated successfully, but these errors were encountered: