Skip to content

Commit efe9edd

Browse files
committed
Manually adding logging as a dependency of error reporting.
1 parent 33ff28d commit efe9edd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

error_reporting/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252
REQUIREMENTS = [
5353
'google-cloud-core',
54+
'google-cloud-logging',
5455
]
5556

5657
setup(

error_reporting/tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ envlist =
55
[testing]
66
deps =
77
{toxinidir}/../core
8+
{toxinidir}/../logging
89
pytest
910
covercmd =
1011
py.test --quiet \

0 commit comments

Comments
 (0)