[project]
name = "clean-duplicate-attachments"
version = "0.1.0"
description = "Script to clean duplicate attachments on contract terms"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "dotenv>=0.9.9",
    "httpx>=0.28.1",
    "mysql-connector-python>=9.4.0",
]

[dependency-groups]
dev = [
    "ruff>=0.13.0",
]
