[project]
name = "sanitize"
version = "0.1.0"
description = "Sanitize domain and ip blocks; generates domain, ip, url files"
requires-python = "~=3.13"
dependencies = [
    "datadog-lambda>=6.97.0",
    "sentry-sdk==2.24.1",
    "boto3>=1.37.0"
]

[dependency-groups]
dev = [
    "moto==5.1.16",
    "pytest==9.0.3 ",
    "pytest-cov==6.0.0",
    "ruff==0.14.4",
    "yamllint==1.37.0"
]

[tool.ruff.format]
quote-style = "single"

[tool.pytest.ini_options]
pythonpath = [
    "."
]
