mirror of https://github.com/Textualize/rich.git
Merge pull request #289 from dtrodrigues/poetry-core
use poetry-core to build
This commit is contained in:
commit
643c0e4abe
|
@ -37,5 +37,5 @@ jupyter = ["ipywidgets"]
|
|||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
requires = ["poetry-core>=1.0.0a9"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
Loading…
Reference in New Issue