Skip to content

Commit

Permalink
Include bigquery library in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbacon committed May 22, 2019
1 parent 3bc6e27 commit f0b4138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
],
install_requires=[
"requests",
"google-api-python-client >= 1.7.8",
"google-api-python-client",
"google-cloud-bigquery",
"google-cloud-storage",
"xmltodict",
"lxml",
Expand Down

0 comments on commit f0b4138

Please sign in to comment.