mirror of https://github.com/kortix-ai/suna.git
Merge pull request #342 from mjdierkes/feat/dramatiq-background-tasks
Add dependencies for background task processing with Dramatiq
This commit is contained in:
commit
0cdbbdbf2f
File diff suppressed because it is too large
Load Diff
|
@ -49,6 +49,9 @@ vncdotool = "^1.2.0"
|
|||
tavily-python = "^0.5.4"
|
||||
pytesseract = "^0.3.13"
|
||||
stripe = "^12.0.1"
|
||||
dramatiq = "^1.17.1"
|
||||
pika = "^1.3.2"
|
||||
prometheus-client = "^0.21.1"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
agentpress = "agentpress.cli:main"
|
||||
|
|
Loading…
Reference in New Issue