Files
cavepediav2/poller/pyproject.toml
Paul Walko 4ce3eb0abd
Some checks failed
Build and Push Agent Docker Image / build (push) Failing after 1m5s
Build and Push Poller Docker Image / build (push) Failing after 43s
Build and Push Web Docker Image / build (push) Successful in 3m35s
poller docker
2025-12-12 17:52:44 +01:00

19 lines
408 B
TOML

[project]
name = "poller"
version = "1.0.0"
description = "Cavepedia v2 Poller"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"anthropic>=0.52.0",
"boto3>=1.42.4",
"cohere>=5.15.0",
"mypy>=1.15.0",
"pgvector>=0.4.1",
"psycopg[binary]>=3.2.9",
"pypdf>=5.5.0",
"python-dotenv>=1.1.0",
"python-json-logger>=3.3.0",
"types-psycopg2>=2.9.21.20250516",
]