diff --git a/setup.cfg b/setup.cfg index e3c506ddf..058e2f55b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,7 +42,7 @@ backend-ldp = requests>=2.0.0 backend-mongo = pymongo[srv]>=4.0.0 -backend-s3 = +backend-s3 = boto3>=1.24.70 botocore>=1.27.71 backend-swift = @@ -119,7 +119,7 @@ exclude = [pydocstyle] convention = google -match_dir = ^(?!tests).* +match_dir = ^(?!tests|venv|build|scripts).* match = ^(?!(setup)\.(py)$).*\.(py)$ [isort]