Update lib pyproject to be faster to build

This commit is contained in:
BarsTiger
2023-11-01 21:59:45 +02:00
parent a16e508a55
commit e5eaf4baa6

View File

@@ -24,15 +24,5 @@ anyio = "^3.6.2"
pydantic = "*" pydantic = "*"
[build-system] [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" build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
addopts = "-scoped"
asyncio_mode = "auto"
filterwarnings = ["ignore::DeprecationWarning"]
[tool.black]
line-length = 100