Fix Python 3.7 compatibility

This commit is contained in:
Andrew Brookins 2021-11-24 13:38:35 -08:00
parent 73bd2e1423
commit 1e40eb1649
3 changed files with 60 additions and 9 deletions

View file

@ -34,6 +34,8 @@ types-six = "^1.16.1"
python-ulid = "^1.0.3"
python-dotenv = "^0.19.1"
cleo = "1.0.0a4"
typing-extensions = "^4.0.0"
hiredis = "^2.0.0"
[tool.poetry.dev-dependencies]
mypy = "^0.910"