Skip to content

Commit fa97b0f

Browse files
committed
Merge branch 'master' of https://github.com/pydata/pandas-gbq into default-project
2 parents cd9b37d + 9666965 commit fa97b0f

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

AUTHORS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,3 @@ pandas is distributed under a 3-clause ("Simplified" or "New") BSD
5454
license. Parts of NumPy, SciPy, numpydoc, bottleneck, which all have
5555
BSD-compatible licenses, are included. Their licenses follow the pandas
5656
license.
57-

ci/requirements-3.5-0.18.1.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-auth==1.0.2
1+
google-auth==1.4.1
22
google-auth-oauthlib==0.0.1
33
mock
44
google-cloud-bigquery==0.29.0

prof/combined.prof

-202 KB
Binary file not shown.
-202 KB
Binary file not shown.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ def readme():
1818

1919
INSTALL_REQUIRES = [
2020
'pandas',
21-
'google-auth>=1.0.0',
22-
'google-auth-oauthlib>=0.0.1',
21+
'google-auth',
22+
'google-auth-oauthlib',
2323
'google-cloud-bigquery>=0.29.0',
2424
]
2525

0 commit comments

Comments
 (0)