mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
15 lines
341 B
TOML
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"]
|