[tool.poetry]
name = "report-gen-poc"
version = "0.1.0"
description = ""
authors = ["Alex Norton <anorton@theorchard.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python-dotenv = "^1.0.1"
cryptography = "^41"
snowflake-connector-python = "^3.13.1"
pymysql = "^1.1.0"
boto3 = "^1.34.44"


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