Task 2, redis

This commit is contained in:
2022-03-05 15:50:24 +01:00
parent ade214af23
commit 722ff992d3
3 changed files with 206 additions and 6 deletions

View File

@@ -7,6 +7,8 @@ authors = ["Jaroslav Drzik <jaro@ttx.sk>"]
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.27.1"
redis = "^4.1.4"
python-slugify = "^6.1.1"
[tool.poetry.dev-dependencies]