commit | ff828af78cf51c3f058b16da562946e4df4075a3 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Fri Nov 16 15:45:52 2012 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Fri Nov 16 15:45:52 2012 -0500 |
tree | 71bf4b1b274191c8facd28683070368909528eeb | |
parent | f1ba7f1cc1c8e2a3ae35ab21583db47999ad7262 [diff] [blame] |
Upgrade to httplib2 version 0.7.7. Reviewed in https://codereview.appspot.com/6849064/.
diff --git a/setup_oauth2client.py b/setup_oauth2client.py index b0cdf9b..b02348b 100644 --- a/setup_oauth2client.py +++ b/setup_oauth2client.py
@@ -24,7 +24,7 @@ ] install_requires = [ - 'httplib2>=0.7.6', + 'httplib2>=0.7.7', 'python-gflags', ]