# 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

sseclient-py==1.8.0