Skip to content

Commit

Permalink
Add dependency on protobuf. (#7668)
Browse files Browse the repository at this point in the history
This is required for the generated classed from the Models API.
  • Loading branch information
tswast committed Apr 5, 2019
1 parent eccea4a commit a290091
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
'enum34; python_version < "3.4"',
"google-api-core >= 1.6.0, < 2.0.0dev",
"google-cloud-core >= 0.29.0, < 0.30dev",
"google-resumable-media >= 0.3.1",
'enum34; python_version < "3.4"',
"protobuf >= 3.6.0",
]
extras = {
"bqstorage": "google-cloud-bigquery-storage >= 0.2.0dev1, <2.0.0dev",
Expand Down

0 comments on commit a290091

Please sign in to comment.