coverage==5.3
pytest-cov==2.10.1
pylint~=2.6.0

# type checking and related stubs
mypy~=0.790
boto3-stubs[essential]~=1.14.23 # maintain version consistent with boto3

# Test requirements
pytest==6.1.1
parameterized==0.7.4
pytest-xdist==2.1.0
pytest-forked==1.3.0
pytest-timeout==1.4.2
pytest-rerunfailures==9.1.1

# formatter
black==20.8b1