diff --git a/pyproject.toml b/pyproject.toml index deeaa19..9b48b36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ include=["docs/*", "images/*"] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.7" redis = "^3.5.3" aioredis = "^2.0.0" pydantic = "^1.8.2"