-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
boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray]==1.21.21

# 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
pytest-json-report==1.5.0

# formatter
black==22.6.0
psutil==5.9.0