fix: pyproject for poetry 1.1+

pull/96/head
Raphaël Vinot 2020-10-07 16:48:02 +02:00
parent ad780e1ad2
commit 3ed4ac5f44
1 changed files with 1 additions and 1 deletions

View File

@ -55,5 +55,5 @@ mypy = "^0.782"
ipython = "^7.13.0"
[build-system]
requires = ["poetry_core>=1.1.0"]
requires = ["poetry_core>=1.0", "setuptools"]
build-backend = "poetry.core.masonry.api"