From 3ed4ac5f448d8c627f537682f4a8c4bb6e3d1730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 7 Oct 2020 16:48:02 +0200 Subject: [PATCH] fix: pyproject for poetry 1.1+ --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbed2b1..cb5a92e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"