Describe the bug
ormar-utils is set as an a mandatory dependence of ormar since 0.25.0.
it cannot be used in alpine container using poetry because poetry will only consume wheel from the lock file.
pip will try to build it
To Reproduce
Steps to reproduce the behavior:
- have a
pyproject.toml requiring Ormar
- make an alpine container
poetry install
- poetry should error out saying it didn't find any compatible wheel
Expected behavior
Either ormar-utils should be set as optional or musl wheel should be provided ormar-orm/ormar-utils#2
Versions :
Describe the bug
ormar-utilsis set as an a mandatory dependence of ormar since 0.25.0.it cannot be used in alpine container using poetry because poetry will only consume wheel from the lock file.
pip will try to build it
To Reproduce
Steps to reproduce the behavior:
pyproject.tomlrequiring Ormarpoetry installExpected behavior
Either
ormar-utilsshould be set as optional or musl wheel should be provided ormar-orm/ormar-utils#2Versions :
ormar>= 0.25