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 pydantic
numpy numpy
scipy scipy
boto3
mypy_boto3_s3 mypy_boto3_s3
-r requirements-ext.txt -r requirements-ext.txt

View File

@ -10,6 +10,7 @@ deps=
fastapi fastapi
numpy numpy
scipy scipy
boto3
mypy_boto3_s3 mypy_boto3_s3
extras= extras=
yaml yaml
@ -69,6 +70,7 @@ commands=
deps= deps=
httpx httpx
fastapi fastapi
boto3
mypy_boto3_s3 mypy_boto3_s3
extras= extras=
yaml yaml