From b457f542990179f9e45eb2747f3ca3d0f66a14c4 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 6 Mar 2021 08:16:02 -0500 Subject: [PATCH] Add boto3 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 226239ee..2c9c38e0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,6 +12,7 @@ fastapi pydantic numpy scipy +boto3 mypy_boto3_s3 -r requirements-ext.txt diff --git a/tox.ini b/tox.ini index 355a0732..ce920813 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,7 @@ deps= fastapi numpy scipy + boto3 mypy_boto3_s3 extras= yaml @@ -69,6 +70,7 @@ commands= deps= httpx fastapi + boto3 mypy_boto3_s3 extras= yaml