Skip to content

Commit fb17d0a

Browse files
authored
Merge pull request #1001 from cmu-delphi/mock-import
Add mock to setup.py
2 parents e4d252e + caaa18a commit fb17d0a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

_delphi_utils_python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"covidcast",
77
"freezegun",
88
"gitpython",
9+
"mock",
910
"moto",
1011
"numpy",
1112
"pandas>=1.1.0",

google_symptoms/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+
"mock",
56
"numpy",
67
"pandas",
78
"pydocstyle",

0 commit comments

Comments
 (0)