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