# last checked/updated: 2024/01/24 (based on HA 2024.1.5)
#  - to check against pyproject.toml, github workflows
#

# for using the library
  -r requirements.txt

# for using the the library via the CLI, client.py
  click>=8.1.7
  colorama>=0.4.6

# used for testing at runtime
  debugpy>=1.8.0
