feat(backend): add dependencies

This commit is contained in:
Nicholas Tindle
2025-02-06 13:52:19 -06:00
parent e2c9ce0beb
commit 40b4d2fa43
2 changed files with 19 additions and 1 deletions

View File

@@ -2531,6 +2531,23 @@ files = [
{file = "pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"},
]
[[package]]
name = "pika"
version = "1.3.2"
description = "Pika Python AMQP Client Library"
optional = false
python-versions = ">=3.7"
groups = ["main"]
files = [
{file = "pika-1.3.2-py3-none-any.whl", hash = "sha256:0779a7c1fafd805672796085560d290213a465e4f6f76a6fb19e378d8041a14f"},
{file = "pika-1.3.2.tar.gz", hash = "sha256:b2a327ddddf8570b4965b3576ac77091b850262d34ce8c1d8cb4e4146aa4145f"},
]
[package.extras]
gevent = ["gevent"]
tornado = ["tornado"]
twisted = ["twisted"]
[[package]]
name = "pillow"
version = "10.4.0"
@@ -5050,4 +5067,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<3.13"
content-hash = "87bd7a7003dd40e11e4da2c38b8ae030c1eba92a73301d439dec48bd61a49678"
content-hash = "79e5a1b44b5f6e7a787668d39d96691e0a19b18c717accb5b7a3511bd8b4cae8"

View File

@@ -58,6 +58,7 @@ launchdarkly-server-sdk = "^9.8.0"
mem0ai = "^0.1.48"
todoist-api-python = "^2.1.7"
moviepy = "^2.1.2"
pika = "^1.3.2"
[tool.poetry.group.dev.dependencies]
poethepoet = "^0.32.1"