# Development dependencies for ThinkBank

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
pytest-xdist>=3.3.0  # Parallel test execution

# Code Quality
black>=23.0.0
flake8>=6.0.0
isort>=5.12.0
mypy>=1.4.0

# Type stubs
types-PyYAML>=6.0.0
types-requests>=2.31.0

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.0.0
mkdocstrings[python]>=0.22.0

# Build tools
build>=0.10.0
twine>=4.0.0

# Debugging
ipdb>=0.13.0
ipython>=8.14.0

# Performance profiling
line-profiler>=4.0.0
memory-profiler>=0.61.0
