[project]
name = "python-rds-utils-common"
version = "0.1.0"
description = "Common RDS utilities."
readme = "README.md"
requires-python = ">=3.10,<3.15"
dependencies = [
    "boto3==1.43.2",
    "owslogger==4.3.0",
    "pymysql==1.1.1"
]

[project.optional-dependencies]
dev = [
    "pytest-cov==5.0.0",
    "pytest-mock==3.14.0",
    "pytest==8.1.1",
    "yamllint==1.35.1",
    "flake8==7.3.0",
    "flake8-builtins==3.1.0",
    "flake8-docstrings==1.7.0",
    "flake8-import-order==0.19.2",
    "flake8-import-single==0.1.5",
    "flake8-quotes==3.4.0"
]
