Merge pull request #289 from dtrodrigues/poetry-core

use poetry-core to build
This commit is contained in:
Will McGugan 2020-09-18 16:15:22 +01:00 committed by GitHub
commit 643c0e4abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -37,5 +37,5 @@ jupyter = ["ipywidgets"]
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
[build-system] [build-system]
requires = ["poetry>=0.12"] requires = ["poetry-core>=1.0.0a9"]
build-backend = "poetry.masonry.api" build-backend = "poetry.core.masonry.api"