Implements big query usage extractor (#48)
Showing
... | @@ -54,3 +54,12 @@ pytz==2018.4 | ... | @@ -54,3 +54,12 @@ pytz==2018.4 |
antlr4-python2-runtime==4.7.1 | antlr4-python2-runtime==4.7.1 | ||
statsd==3.2.1 | statsd==3.2.1 | ||
retrying==1.3.3 | retrying==1.3.3 | ||
# Python API client for google | |||
# License: Apache Software License | |||
# Upstream url: https://github.com/googleapis/google-api-python-client | |||
google-api-python-client>=1.6.0, <2.0.0dev | |||
google-auth-httplib2>=0.0.1 | |||
google-auth>=1.0.0, <2.0.0dev | |||
httplib2~=0.9.2 |
This diff is collapsed.
Please register or sign in to comment