Skip to content

Commit 4dfafe9

Browse files
HemangChothanitswast
authored andcommitted
fix(bigquery): add six dependency in setup file (#9979)
1 parent 52b54aa commit 4dfafe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bigquery/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"google-cloud-core >= 1.0.3, < 2.0dev",
3434
"google-resumable-media >= 0.3.1, != 0.4.0, < 0.6.0dev",
3535
"protobuf >= 3.6.0",
36+
"six >=1.13.0,< 2.0.0dev",
3637
]
3738
extras = {
3839
"bqstorage": [

0 commit comments

Comments
 (0)