[project]
name = "spotrates-cea"
version = "1.0.0"
description = "Daily spot exchange rates ingestion (USD base) to Snowflake and ReportingDB"
requires-python = ">=3.12"
dependencies = [
    "djagitit>=1.1.2",
    "httpx>=0.27.0",
    "jinja2>=3.1.0",
    "loguru>=0.7.3",
    "pandas>=2.0.0",
    "python-dotenv>=1.0.0",
]

[tool.uv]
find-links = ["../../packages/dist"]
