[tool.poetry]
name = "delphi-backfill-lambda"
version = "0.1.0"
description = ""
authors = ["Fuad Asadullayev <fuad.asadullayev@gmail.com>"]
packages = [
    { include = "backfill_lambda" },
]

[tool.poetry.dependencies]
python = "^3.10"
awslambdaric = "^2.0.4"
SQLAlchemy = "^1.4.37"
PyMySQL = "^1.0.2"
psycopg2-binary = "^2.9.3"
pydantic = "^1.9.1"
python-dotenv = "^0.20.0"

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
pytest-cov = "^3.0.0"
pytest-forked = "^1.4.0"
pytest-pylint = "^0.18.0"
pytest-xdist = "^2.5.0"
pylint = "^2.14.1"
flake8 = "^4.0.1"
bandit = "^1.7.4"
black = "^22.3.0"
awslambdaric = "^2.0.4"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
