Add taskiq

This commit is contained in:
2024-11-17 12:41:37 +01:00
parent 007555f1ca
commit eb5f5e2d0a
4 changed files with 173 additions and 1 deletions

View File

@@ -16,6 +16,8 @@ httpx = "^0.27.2"
icalendar = "^6.0.1"
pytz = "^2024.2"
mongojet = "^0.2.4"
taskiq = "^0.11.7"
taskiq-redis = "^1.0.2"
[build-system]