mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-24 20:47:54 +00:00
update deps
This commit is contained in:
@@ -18,14 +18,14 @@ include = ["LICENSE", "README.md"]
|
||||
python = "^3.7"
|
||||
fastapi = "*"
|
||||
uvicorn = "*"
|
||||
aioredis = {version = ">=2.0.0b1", optional = true}
|
||||
aioredis = {version = "^2.0", optional = true}
|
||||
aiomcache = {version = "*", optional = true}
|
||||
python-dateutil = "*"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
flake8 = "*"
|
||||
isort = "*"
|
||||
black = "^19.10b0"
|
||||
black = "*"
|
||||
pytest = "*"
|
||||
bandit = "*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user