add dramatiq dependency (#3405)

This commit is contained in:
LawyZheng
2025-09-10 15:22:19 +08:00
committed by GitHub
parent 67c54c4040
commit 6b076ffb44
2 changed files with 38 additions and 13 deletions

View File

@@ -83,6 +83,7 @@ openpyxl = "^3.1.5"
pandas = "^2.3.1"
azure-identity = "^1.24.0"
azure-keyvault = "^4.2.0"
dramatiq = {version = "^1.18.0", extras = ["asyncio"]}
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"