# last checked/updated: 2024/06/24
#

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

# used for development (linting)
  pre-commit>=3.7.1
  ruff>=0.4.10

# used for development (typing)
  mypy>=1.10.0
  voluptuous>=0.15.0

# used for testing
  pytest>=8.2.2
  pytest-asyncio>=0.23.6
  pytest-xdist>=3.6.1

# used for testing at runtime
  debugpy >= 1.8.1
# typeguard >= 4.1.5  # optional

# used for build/deploy
  hatch>=1.12.0      # is not core HA
  hatchling>=1.25.0  # is not core HA
