From 202738dfdad9d2283af4f158cd2a6d8274a9fada Mon Sep 17 00:00:00 2001 From: Jack Hopkins Date: Tue, 31 Oct 2023 15:57:26 +0000 Subject: [PATCH] Commit Subject: Update pyproject.toml dependencies Commit Description: --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3115a15..5340cca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,10 +25,6 @@ pydantic = "2.4.2" pytest = "^6.2" fastapi = "0.104.0" -[build-system] -requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" - [tool.black] line-length = 88 include = '\.pyi?$'