commit | 3cc9a454a9f11c2b14826e6d75950655f0457e7c | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Thu Mar 07 10:08:39 2013 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Thu Mar 07 10:08:39 2013 -0500 |
tree | 9c443e33469e99527d53772962871c2a4b07c843 | |
parent | f7b648f5281e17dfee86fe8eb048d5ff0a19ca81 [diff] [blame] |
Prepare for v1.1 release. Reviewed in https://codereview.appspot.com/7516045/.
diff --git a/setup_oauth2client.py b/setup_oauth2client.py index b02348b..19f14b5 100644 --- a/setup_oauth2client.py +++ b/setup_oauth2client.py
@@ -24,7 +24,7 @@ ] install_requires = [ - 'httplib2>=0.7.7', + 'httplib2>=0.8', 'python-gflags', ]