Model/packages/utils/pyproject.toml
2026-05-15 10:56:53 +00:00

15 lines
341 B
TOML

[project]
name = "domna-utils"
version = "0.1.0"
description = "Cross-cutting infrastructure helpers — logging, S3, CloudWatch, SQS tasks."
requires-python = ">=3.11"
dependencies = [
"boto3>=1.34",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/utils"]