feat(backend): stack in the packages to make it work

This commit is contained in:
Nicholas Tindle
2025-02-10 15:15:26 -06:00
parent 21b768b06f
commit ac68309800
2 changed files with 17 additions and 1 deletions

View File

@@ -2853,6 +2853,21 @@ langchain = ["langchain (>=0.2.0)"]
sentry = ["django", "sentry-sdk"]
test = ["coverage", "django", "flake8", "freezegun (==0.3.15)", "langchain-community (>=0.2.0)", "langchain-openai (>=0.2.0)", "mock (>=2.0.0)", "pylint", "pytest", "pytest-asyncio", "pytest-timeout"]
[[package]]
name = "postmarker"
version = "1.0"
description = "Python client library for Postmark API"
optional = false
python-versions = "*"
groups = ["main"]
files = [
{file = "postmarker-1.0-py3-none-any.whl", hash = "sha256:0fa49f236c7193650896cbf31bbfac34043e352574c6c7e3e2ad2b954704f064"},
{file = "postmarker-1.0.tar.gz", hash = "sha256:e735303fdf8ede667a1c6e64a95a96e97f0dabbeca726d0ae1f066bdd799fe34"},
]
[package.dependencies]
requests = ">=2.20.0"
[[package]]
name = "praw"
version = "7.8.1"
@@ -5105,4 +5120,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<3.13"
content-hash = "936d030987cbdcefb30da4ca0f635c033df37ee14da056c757fec697952c0531"
content-hash = "6cb72ec4873baaf8fdde22a6c0e54cf634cf8257339b371fe5d2533ce561e016"

View File

@@ -59,6 +59,7 @@ mem0ai = "^0.1.48"
todoist-api-python = "^2.1.7"
moviepy = "^2.1.2"
pika = "^1.3.2"
postmarker = "^1.0"
[tool.poetry.group.dev.dependencies]
poethepoet = "^0.32.1"