mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
feat(backend): add dependencies
This commit is contained in:
19
autogpt_platform/backend/poetry.lock
generated
19
autogpt_platform/backend/poetry.lock
generated
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user