Use msgpack for jobs

This commit is contained in:
2022-12-31 14:49:43 +01:00
parent 6a40ca3c44
commit 0644122364
3 changed files with 569 additions and 505 deletions

View File

@@ -20,6 +20,7 @@ ormar = {extras = ["postgresql"], version = "^0.12.0"}
greenlet = "^2.0.1"
pydantic = "1.10.2"
redis = {extras = ["hiredis"], version = "^4.4.0"}
msgpack = "^1.0.4"
[tool.poetry.dev-dependencies]