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

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

# Data validation and settings management using Python type hinting.
pydantic[dotenv]==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

takeoff-config==0.4.0
# --------------------------------------------------------------------------------------------------------------------
# Request Libraries
httpx==0.27.0
