# Development Dependencies
# Install with: pip install -r requirements-dev.txt

# Include production dependencies
-r requirements.txt

# Testing
pytest>=8.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
pytest-html>=4.0.0
pytest-timeout>=2.1.0
pytest-playwright>=0.4.0
pytest-mock>=3.12.0
playwright>=1.40.0
Faker>=20.0.0

# Code Quality
black>=23.0.0
flake8>=6.0.0
mypy>=1.5.0
isort>=5.12.0
pylint>=3.0.0

# Security
bandit>=1.7.5
safety>=2.3.0

# Documentation
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0

# Build Tools
build>=1.0.0
twine>=4.0.0
setuptools>=68.0.0
wheel>=0.41.0

# Development Tools
ipython>=8.12.0
ipdb>=0.13.13
watchdog>=3.0.0  # For file watching

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