# Dependencies for running earl-sdk from a git clone
# Install with:
#   pip install -r requirements.txt
#   pip install -e .

# Interactive CLI (earl-ui)
rich>=14.3.3
questionary>=2.1.1
prompt_toolkit>=3.0.52

# Testing & Development
pytest>=9.0.3
pytest-asyncio>=1.3.0
black>=26.3.0
ruff>=0.15.10
mypy>=1.20.0
