forked from LiveCarta/CommentAutomation
Added webhooks subapp for instagram webhooks and celery app and task to pass comment text to an LLM for further processing
This commit is contained in:
@@ -5,15 +5,23 @@ description = "Comment automation service"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"celery>=5.4.0",
|
||||
"fastapi[standard]>=0.116.0",
|
||||
"httpx>=0.28.1",
|
||||
"pydantic>=2.11.0",
|
||||
"uplink>=0.9.7",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=8.3.0",
|
||||
"bandit>=1.7.9",
|
||||
"black>=24.10.0",
|
||||
"isort>=5.13.2",
|
||||
"pre-commit>=4.2.0",
|
||||
"pytest>=8.3.0",
|
||||
"ruff>=0.8.0",
|
||||
"ty>=0.0.1a13",
|
||||
"uv>=0.8.15",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
@@ -26,3 +34,6 @@ packages = ["src/comment_automation"]
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
addopts = "-q"
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
||||
Reference in New Issue
Block a user