update deps

This commit is contained in:
long2ice
2021-08-29 22:33:50 +08:00
parent 943935870d
commit 6888c10d6c
2 changed files with 123 additions and 87 deletions

View File

@@ -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 = "*"