Skip to content

Commit

Permalink
Manually adding logging as a dependency of error reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Sep 26, 2016
1 parent d0a780b commit d090f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions error_reporting/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

REQUIREMENTS = [
'google-cloud-core',
'google-cloud-logging',
]

setup(
Expand Down
1 change: 1 addition & 0 deletions error_reporting/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
[testing]
deps =
{toxinidir}/../core
{toxinidir}/../logging
pytest
covercmd =
py.test --quiet \
Expand Down

0 comments on commit d090f69

Please sign in to comment.