Add Dramatiq, Pika, and Prometheus client dependencies for background task processing

This commit is contained in:
mjdierkes 2025-05-16 10:33:42 -07:00
parent 3971811119
commit 4879729c19
2 changed files with 212 additions and 307 deletions

516
backend/poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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"