From f36a37d9911ddcf33df5bafe70645798d592e9a6 Mon Sep 17 00:00:00 2001 From: Reuben Frankel Date: Tue, 7 Jun 2022 10:51:57 +0100 Subject: [PATCH] Update `poetry-core` dependency --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7c2df5a..e6a9b9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,11 +31,7 @@ multi_line_output = 3 # Vertical Hanging Indent src_paths = "tap_trello" [build-system] -# Uncomment the pinned version in favor of the git URL once -# https://github.com/python-poetry/poetry-core/pull/257 is merged -# and a new poetry-core 1.0.x is released -# requires = ["poetry-core>=1.0.0"] -requires = ["poetry-core @ git+https://github.com/python-poetry/poetry-core.git@master"] +requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts]