We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b31a87 commit 33345d4Copy full SHA for 33345d4
nchs_mortality/setup.py
@@ -2,10 +2,12 @@
2
from setuptools import find_packages
3
4
required = [
5
+ "boto3",
6
"darker[isort]~=2.1.1",
7
"delphi-utils",
8
"epiweeks",
9
"freezegun",
10
+ "moto~=4.2.14",
11
"numpy",
12
"pandas",
13
"pydocstyle",
quidel_covidtest/setup.py
@@ -2,6 +2,7 @@
"covidcast",
0 commit comments