-r pre-dev.txt

coverage==5.3
pytest-cov==2.10.1


# 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
# 1.17.91 has a bug, https://github.com/vemel/mypy_boto3_builder/pull/82
boto3-stubs[essential]==1.17.90.post1

# 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