We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05961bc commit 655125eCopy full SHA for 655125e
error_reporting/setup.py
@@ -51,6 +51,7 @@
51
52
REQUIREMENTS = [
53
'google-cloud-core',
54
+ 'google-cloud-logging',
55
]
56
57
setup(
error_reporting/tox.ini
@@ -5,6 +5,7 @@ envlist =
5
[testing]
6
deps =
7
{toxinidir}/../core
8
+ {toxinidir}/../logging
9
pytest
10
covercmd =
11
py.test --quiet \
0 commit comments