# NOTE: Use 'uv sync --group dev' instead of pip install -r requirements-dev.txt
# This file is kept for backward compatibility

# Testing
pytest>=9.0.3
pytest-cov>=4.1.0
pytest-asyncio>=0.23.5
pytest-timeout>=2.3.1
freezegun>=1.5.5
moto>=5.2.1
aioresponses>=0.7.8
aiosqlite>=0.22.1

# Linting and formatting
black>=26.5.1
flake8>=7.3.0
mypy>=1.9.0
ruff>=0.3.4
ty>=0.0.7
