From 2e4d6d95d5e48bcee85b4e1407d0a50f28d1713a Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 6 Mar 2021 08:13:45 -0500 Subject: [PATCH] Add mypy_boto3_s3 to the test requirements --- requirements-dev.txt | 1 + tox.ini | 2 ++ 2 files changed, 3 insertions(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3c5353db..226239ee 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,5 +12,6 @@ fastapi pydantic numpy scipy +mypy_boto3_s3 -r requirements-ext.txt diff --git a/tox.ini b/tox.ini index 595cd458..355a0732 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,7 @@ deps= fastapi numpy scipy + mypy_boto3_s3 extras= yaml pydantic @@ -68,6 +69,7 @@ commands= deps= httpx fastapi + mypy_boto3_s3 extras= yaml flask