mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-24 20:47:54 +00:00
Add DynamoDB backend
This commit is contained in:
@@ -21,6 +21,7 @@ uvicorn = "*"
|
||||
aioredis = {version = "^2.0", optional = true}
|
||||
aiomcache = {version = "*", optional = true}
|
||||
pendulum = "*"
|
||||
aiobotocore = {version = "^1.4.1", optional = true}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
flake8 = "*"
|
||||
@@ -36,4 +37,5 @@ build-backend = "poetry.masonry.api"
|
||||
[tool.poetry.extras]
|
||||
redis = ["aioredis"]
|
||||
memcache = ["aiomcache"]
|
||||
dynamodb = ["aiobotocore"]
|
||||
all = ["aioredis","aiomcache"]
|
||||
|
||||
Reference in New Issue
Block a user