Skip to content

Commit 403b2e9

Browse files
dshemetovaysim319
authored andcommitted
fix: add explicit boto and moto dependencies to indicators
1 parent 7fb418a commit 403b2e9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

nchs_mortality/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
from setuptools import find_packages
33

44
required = [
5+
"boto3",
56
"darker[isort]~=2.1.1",
67
"delphi-utils",
78
"epiweeks",
89
"freezegun",
10+
"moto~=4.2.14",
911
"numpy",
1012
"pandas",
1113
"pydocstyle",

quidel_covidtest/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from setuptools import find_packages
33

44
required = [
5+
"boto3",
56
"covidcast",
67
"darker[isort]~=2.1.1",
78
"delphi-utils",

0 commit comments

Comments
 (0)