From e5eaf4baa6b816ebe0433a22d906818798c7caa3 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Wed, 1 Nov 2023 21:59:45 +0200 Subject: [PATCH] Update lib pyproject to be faster to build --- lib/ShazamIO/pyproject.toml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/lib/ShazamIO/pyproject.toml b/lib/ShazamIO/pyproject.toml index 78a41b2..68e2b02 100644 --- a/lib/ShazamIO/pyproject.toml +++ b/lib/ShazamIO/pyproject.toml @@ -24,15 +24,5 @@ anyio = "^3.6.2" pydantic = "*" [build-system] -requires = ["poetry-core>=1.0.0", "wheel>=0.36,<1.0", "poetry>=1.1,<2", "virtualenv==20.0.33"] +requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" - - -[tool.pytest.ini_options] -addopts = "-scoped" -asyncio_mode = "auto" -filterwarnings = ["ignore::DeprecationWarning"] - - -[tool.black] -line-length = 100 \ No newline at end of file