# Necessary requirements for the application
# ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────

# --------------------------------------------------------------------------------------------------------------------
# --- Configuration:
# --------------------------------------------------------------------------------------------------------------------

# Data validation and settings management using Python type hinting.
pydantic==2.5.1
pydantic-settings==2.1.0

# Python logging made (stupidly) simple. Loguru is a library which aims to bring enjoyable logging in Python.
loguru==0.6.0

# Docker 
docker==7.0.0

typer==0.9.0