bikeshedder / tusker

PostgreSQL migration management tool
The Unlicense
208 stars 17 forks source link

Use poetry-core as build-backend, instead of poetry #31

Closed tilpner closed 9 months ago

tilpner commented 9 months ago

Apparently,

The build backend of poetry was split into a separate package called poetry-core. – https://github.com/pawamoy/aria2p/issues/75, and https://github.com/NixOS/nixpkgs/issues/103325

The current usage instructions recommend

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

You should probably confirm/regenerate the poetry.lock changes, they're included for reference rather than being merged into the project untrusted.

bikeshedder commented 9 months ago

Thanks a lot! :+1: