Skip to content

Commit

Permalink
Decriment oauth2client version for airflow compatibility (#8)
Browse files Browse the repository at this point in the history
Decrement oauth2client version for airflow compatibility
  • Loading branch information
sl33t authored and zcmarine committed Jun 25, 2018
1 parent 631f127 commit 672b427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_version():
required = [
'pandas',
'numpy',
'oauth2client>=3.0.0',
'oauth2client>=2.0.2', # Bugs in 2.0.1 and below
'google-api-python-client>=1.5.4',
'six>=1.10.0', # required by google-api-python-client but not installed by it
'PyOpenSSL', # used by oauth2client
Expand Down

0 comments on commit 672b427

Please sign in to comment.