Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

Commit

Permalink
Pin the version of google-api-python-client/oauth2client that we use.
Browse files Browse the repository at this point in the history
oauth2client 2.0 had a breaking API change, so it's better that we
stick with 1.x if that's what we tested on.  See
googleapis/oauth2client#401

(This affects alertlib for sure, but may also affect us.)

Auditors: tom

Test plan:
Ran the new commands manually on internal-services; we'll see if cron
complains anymore.
  • Loading branch information
csilvers committed Apr 5, 2017
1 parent c198576 commit 36e2a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask>=0.10.1
redis>=2.10.3
oauth2client>=1.4.6
google-api-python-client>=1.3.1
oauth2client==1.4.6
google-api-python-client==1.3.1
numpy
rpy2

Expand Down

0 comments on commit 36e2a1a

Please sign in to comment.