Use poetry-core as the build system

Poetry core is the lighter-weight build system for poetry; this makes
installing the project faster.
This commit is contained in:
Martijn Pieters
2023-05-16 11:03:53 +01:00
parent 7767d2460d
commit 293a06467a

View File

@@ -44,10 +44,6 @@ coverage = "^6.5.0"
httpx = "*"
tox = "^4.5.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.extras]
redis = ["redis"]
memcache = ["aiomcache"]
@@ -85,3 +81,7 @@ ignore_errors = true
include = ["fastapi_cache", "tests", "examples"]
strict = ["fastapi_cache", "tests"]
pythonVersion = "3.7"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"