mirror of https://github.com/kortix-ai/suna.git
Add Dramatiq, Pika, and Prometheus client dependencies for background task processing
This commit is contained in:
parent
3971811119
commit
4879729c19
File diff suppressed because it is too large
Load Diff
|
@ -49,6 +49,9 @@ vncdotool = "^1.2.0"
|
||||||
tavily-python = "^0.5.4"
|
tavily-python = "^0.5.4"
|
||||||
pytesseract = "^0.3.13"
|
pytesseract = "^0.3.13"
|
||||||
stripe = "^12.0.1"
|
stripe = "^12.0.1"
|
||||||
|
dramatiq = "^1.17.1"
|
||||||
|
pika = "^1.3.2"
|
||||||
|
prometheus-client = "^0.21.1"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
agentpress = "agentpress.cli:main"
|
agentpress = "agentpress.cli:main"
|
||||||
|
|
Loading…
Reference in New Issue