# Development dependencies for sigfox-manager
# Include all runtime dependencies
-r requirements.txt

# Testing
pytest>=6.0
pytest-cov>=2.0
pytest-mock>=3.0

# Code formatting and linting
black>=21.0
flake8>=3.8
isort>=5.0

# Type checking
mypy>=0.800
types-requests>=2.25.0

# Build tools
build>=0.7.0
twine>=3.4.0
setuptools>=45.0
wheel>=0.36.0

# Documentation
sphinx>=4.0.0
sphinx-rtd-theme>=0.5.0