Add mypy_boto3_s3 to the test requirements

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

View File

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

View File

@ -10,6 +10,7 @@ deps=
fastapi fastapi
numpy numpy
scipy scipy
mypy_boto3_s3
extras= extras=
yaml yaml
pydantic pydantic
@ -68,6 +69,7 @@ commands=
deps= deps=
httpx httpx
fastapi fastapi
mypy_boto3_s3
extras= extras=
yaml yaml
flask flask