mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-25 04:57:54 +00:00
Merge pull request #40 from jimtheyounger/feature/add-dynamodb-backend
Add dynamodb backend support
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,6 +37,7 @@ build-backend = "poetry.masonry.api"
|
||||
[tool.poetry.extras]
|
||||
redis = ["aioredis"]
|
||||
memcache = ["aiomcache"]
|
||||
dynamodb = ["aiobotocore"]
|
||||
all = ["aioredis","aiomcache"]
|
||||
|
||||
[tool.black]
|
||||
|
||||
Reference in New Issue
Block a user