# Test dependencies for metronome-pulse-sqlite
# Core testing framework
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0
pytest-benchmark>=4.0.0
pytest-xdist>=3.0.0

# Code quality and formatting
black>=23.0.0
isort>=5.12.0
mypy>=1.0.0
ruff>=0.1.0
pre-commit>=3.0.0

# Type checking
typing-extensions>=4.0.0

# Coverage reporting
coverage>=7.0.0

# Development tools
ipython>=8.0.0
ipdb>=0.13.0

# Documentation
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0
myst-parser>=2.0.0

# Performance testing
pytest-benchmark>=4.0.0
memory-profiler>=0.61.0
psutil>=5.9.0

# Build tools
build>=1.0.0
twine>=4.0.0
hatchling>=1.8.0
