MaxHalford/chime

Support Poetry >=1.1.0

paw-lu opened this issue · 1 comments

Poetry's update recently changed both the lock file format and the build backend.

The lock file must be updated to support Poetry >= 1.1.0 and the build backend must be changed to "poetry.core.masonry.api".

#8 attempts to implement this change.