From 51daf22cc825edd079ffa3abb21554a045854cf5 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 21 Oct 2020 18:32:02 +0200 Subject: [PATCH] [mod] Upgrade to Poetry v1.1.x Set poetry-core v1.0.0 as requirement and new build system https://python-poetry.org/blog/announcing-poetry-1-1-0.html --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 64c7f3d9..75606cbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,8 +20,8 @@ classifiers = [ ] [build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" [tool.poetry.dependencies] python = "^3.6.8" -- GitLab