From 903c58a4b46c7771204ed77543fa6f259ed92437 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 13 Jan 2025 17:49:11 -0500 Subject: [PATCH] Upgrade pyproject for poetry 2 spec --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f586011..807644f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,6 @@ python = "^3.10" click = "^8.1.4" colorama = "^0.4.6" -[tool.poetry.dev-dependencies] - [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"