# Requirements to use the library via its CLI
#

# library requirements (dependencies) are in pyproject.toml
# - pip list | grep -E 'evohome|aiohttp|aiozoneinfo|voluptuous'

# -e .

# used by the library (in absence of CLI) - see pyproject.toml
  # aiohttp
  # aiozoneinfo
  # voluptuous


# also required if using the the library via the CLI, client.py
  aiofiles >= 24.1.0
  asyncclick >= 8.3.0                            # NOTE: async version (not used by HA)
  debugpy >= 1.8.17                              # can invoke via CLI (matches HA)

# check via: pip list | grep -E 'aiofiles|click|debugpy'
