Lower the Python requirement

This commit is contained in:
Andrew Brookins 2021-11-08 15:49:32 -08:00
parent 984c11679a
commit db7b8d19ad

View file

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