From db7b8d19ad4b890b741d415380117920d5c05df2 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Mon, 8 Nov 2021 15:49:32 -0800 Subject: [PATCH] Lower the Python requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"