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

# type checking and related stubs
# mypy adds new rules in new minor versions, which could cause our PR check to fail
# here we fix its version and upgrade it manually in the future
mypy==0.790
boto3-stubs[essential]~=1.14

# 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