Skip to content

Commit

Permalink
fix(bigquery): add six dependency in setup file (#9979)
Browse files Browse the repository at this point in the history
  • Loading branch information
HemangChothani authored and tswast committed Dec 16, 2019
1 parent 52b54aa commit 4dfafe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"google-cloud-core >= 1.0.3, < 2.0dev",
"google-resumable-media >= 0.3.1, != 0.4.0, < 0.6.0dev",
"protobuf >= 3.6.0",
"six >=1.13.0,< 2.0.0dev",
]
extras = {
"bqstorage": [
Expand Down

0 comments on commit 4dfafe9

Please sign in to comment.