Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit efe9edd

Browse filesBrowse files
committed
Manually adding logging as a dependency of error reporting.
1 parent 33ff28d commit efe9edd
Copy full SHA for efe9edd

File tree

Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed

‎error_reporting/setup.py

Copy file name to clipboardExpand all lines: error_reporting/setup.py
+1Lines changed: 1 addition & 0 deletions
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

Copy file name to clipboardExpand all lines: error_reporting/tox.ini
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.