mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-25 04:57:54 +00:00
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:
@@ -44,10 +44,6 @@ coverage = "^6.5.0"
|
|||||||
httpx = "*"
|
httpx = "*"
|
||||||
tox = "^4.5.1"
|
tox = "^4.5.1"
|
||||||
|
|
||||||
[build-system]
|
|
||||||
requires = ["poetry-core"]
|
|
||||||
build-backend = "poetry.core.masonry.api"
|
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
redis = ["redis"]
|
redis = ["redis"]
|
||||||
memcache = ["aiomcache"]
|
memcache = ["aiomcache"]
|
||||||
@@ -85,3 +81,7 @@ ignore_errors = true
|
|||||||
include = ["fastapi_cache", "tests", "examples"]
|
include = ["fastapi_cache", "tests", "examples"]
|
||||||
strict = ["fastapi_cache", "tests"]
|
strict = ["fastapi_cache", "tests"]
|
||||||
pythonVersion = "3.7"
|
pythonVersion = "3.7"
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["poetry-core"]
|
||||||
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|||||||
Reference in New Issue
Block a user