Skip to content

Commit

Permalink
Hardcoding oauth2client version due to googleapis/oauth2client#401
Browse files Browse the repository at this point in the history
  • Loading branch information
bret.ikehara committed Feb 18, 2016
1 parent b9a0fe1 commit e44761c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
oauth2client==1.5.2
gcs_oauth2_boto_plugin==1.8
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
],
py_modules=['gcs_oauth2_boto_env_plugin'],
install_requires=[
'gcs_oauth2_boto_plugin==1.8'
'gcs_oauth2_boto_plugin==1.8',
# https://github.com/google/oauth2client/issues/401
'oauth2client==1.5.2',
],
)

0 comments on commit e44761c

Please sign in to comment.