Skip to content

Commit 33345d4

Browse files
committed
fix: add explicit boto and moto dependencies to indicators
1 parent 6b31a87 commit 33345d4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

nchs_mortality/setup.py

+2
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

+1
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)