From 22836dc60a4daf6b9dce67a9911618b6b412c1c3 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Tue, 12 Nov 2024 08:15:01 +0000 Subject: [PATCH] remove dep on poetry-core --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83025ca..5abbd83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ ruff = "^0.7.3" types-oauthlib = "^3.2.0" [build-system] -requires = ["poetry-core>=1.9.1"] +requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.ruff.lint]