update poetry build-backend to support editable install

This commit is contained in:
strayge 2023-08-18 15:03:38 +04:00
parent 8edd834da6
commit e729bb9b60

View File

@ -45,8 +45,8 @@ location = "./migrations"
src_folder = "./." src_folder = "./."
[build-system] [build-system]
requires = ["poetry>=0.12"] requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.masonry.api" build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts] [tool.poetry.scripts]
aerich = "aerich.cli:main" aerich = "aerich.cli:main"