# Include production requirements
-r requirements.txt

# Testing framework
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0

# Code formatting and linting
black>=23.9.0
isort>=5.12.0
flake8>=6.1.0
mypy>=1.6.0

# Type stubs
types-PyYAML>=6.0.12
types-python-dateutil>=2.8.19

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

# Development tools
pre-commit>=3.5.0
bandit>=1.7.5

# Build tools
build>=1.0.0
twine>=4.0.0

# Debug tools
ipdb>=0.13.13
