update deps

This commit is contained in:
long2ice
2021-07-15 10:00:27 +08:00
parent 1edb0ba1fe
commit 7c7aa26a88
2 changed files with 214 additions and 241 deletions

View File

@@ -18,7 +18,7 @@ include = ["LICENSE", "README.md"]
python = "^3.7"
fastapi = "*"
uvicorn = "*"
aioredis = {version = "*", optional = true}
aioredis = {version = ">=2.0.0b1", optional = true}
aiomcache = {version = "*", optional = true}
python-dateutil = "*"