# last checked/updated: 2023/11/15 (based on HA 2023.11.1)
#

# for using the the library via the CLI, client.py (includes requirements.txt)
  -r requirements_cli.txt

# used for development
  mypy >= 1.7.0
  pre-commit >= 3.5.0
  ruff >= 0.1.5

# used for testing
  pytest >= 7.4.3
  pytest-asyncio >= 0.21.0
  pytest-xdist >= 3.3.1

# used for testing at runtime
  debugpy >= 1.8.0

# used for build/deploy
  hatch >= 1.7.0  # is not core HA
  hatchling >= 1.18.0  # is not core HA
