Add boto3 to the test requirements

This commit is contained in:
Roman Mogylatov 2021-03-06 08:16:02 -05:00
parent 2e4d6d95d5
commit b457f54299
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ fastapi
pydantic
numpy
scipy
boto3
mypy_boto3_s3
-r requirements-ext.txt

View File

@ -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