# Test requirements
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-mock>=3.11.1
pytest-asyncio>=0.21.1
pytest-benchmark>=4.0.0
pytest-xdist>=3.3.1

# Development tools
black>=23.7.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.5.0
pre-commit>=3.3.3

# Type stubs
types-requests>=2.31.0
types-setuptools>=68.0.0

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

# Build tools
build>=0.10.0
twine>=4.0.2
wheel>=0.41.0

# Development server
watchdog>=3.0.0
uvicorn>=0.23.0

# Performance testing
locust>=2.15.1
wrk2>=0.1.0  # Note: This may need to be installed separately

# Security scanning
bandit>=1.7.5
safety>=2.3.5

# Code quality
pylint>=2.17.5
vulture>=2.9.1

# Testing utilities
factory-boy>=3.3.0
faker>=19.3.0
responses>=0.23.3

# Profiling
memory-profiler>=0.61.0
line-profiler>=4.1.1
py-spy>=0.3.14

# Debugging
ipdb>=0.13.13
pdbpp>=0.10.3

# Additional development dependencies
rich>=13.5.2  # For beautiful terminal output
click>=8.1.6  # For CLI development
tabulate>=0.9.0  # For table formatting
colorama>=0.4.6  # For colored output
