# Development dependencies for VPN Monitor
# Install with: pip install -r requirements-dev.txt

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-mock>=3.12.0

# Linting
flake8>=6.1.0
flake8-docstrings>=1.7.0
flake8-bugbear>=23.9.16

# Pre-commit hooks
pre-commit>=3.5.0

# Build tools
pyinstaller>=6.0.0
build>=1.0.0
twine>=5.0.0

# Type checking (optional)
mypy>=1.6.0

# Commit message validation
commitizen>=3.12.0
