Closed musicinmybrain closed 1 year ago
With Poetry 1.1.0, poetry-core was split out so that pip and tox (with isolated builds) would not have to install Poetry and all of its dependencies.
poetry-core
pip
tox
From a Linux distribution perspective, this also allows a system package to be built where poetry-core is available but poetry is not, e.g., EPEL9.
poetry
With Poetry 1.1.0,
poetry-core
was split out so thatpip
andtox
(with isolated builds) would not have to install Poetry and all of its dependencies.From a Linux distribution perspective, this also allows a system package to be built where
poetry-core
is available butpoetry
is not, e.g., EPEL9.