Lower the Python requirement
This commit is contained in:
parent
984c11679a
commit
db7b8d19ad
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ classifiers = [
|
||||||
include=["docs/*", "images/*"]
|
include=["docs/*", "images/*"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.7"
|
||||||
redis = "^3.5.3"
|
redis = "^3.5.3"
|
||||||
aioredis = "^2.0.0"
|
aioredis = "^2.0.0"
|
||||||
pydantic = "^1.8.2"
|
pydantic = "^1.8.2"
|
||||||
|
|
Loading…
Reference in a new issue