# last updated 2024-03-09, based on HA 2024.3.x
#  - to check against pyproject.toml, github workflows
#

# Pre-requisities & install...
#   deactivate & rm -rf venv
#   python3.12 -m venv --prompt ramses_rf venv
#   source venv/bin/activate.fish
#

#   pip install -r requirements_cli.txt  # includes below
  -e .

# for using the library (sans CLI) - required (see: pyproject.toml)
  # colorlog>=6.8.2               # in ramses_tx/logger.py
  # paho-mqtt'>=1.6.1,<2.0.0'     # breaking change in v2
  # pyserial-asyncio>=0.6         # incl. pyserial==3.5
  # voluptuous>=0.13.1            # 0.14.x has typing support
