Skip to content

Commit

Permalink
Fix missing extra in api-core dependency (#4764)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Jan 19, 2018
1 parent 1ef5db6 commit 9282fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error_reporting/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

REQUIREMENTS = [
'google-cloud-core >= 0.28.0, < 0.29dev',
'google-api-core >= 0.1.1, < 0.2.0dev',
'google-api-core[grpc] >= 0.1.1, < 0.2.0dev',
'google-cloud-logging >= 1.4.0, < 1.5dev',
]

Expand Down

0 comments on commit 9282fd8

Please sign in to comment.