commit | 623de468df99cb65ff91da4806c8c2d75c5ea306 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Wed Sep 12 12:04:25 2012 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Wed Sep 12 12:04:25 2012 -0400 |
tree | 7231282d3f9b69273c4e60d3b6e6ca0111c9b936 | |
parent | f4839b0d74d8678a8e08964ce3e5899a77d8375f [diff] [blame] |
Last tweaks to setup for 1.0 release. Reviewed in https://codereview.appspot.com/6489115/.
diff --git a/setup_oauth2client.py b/setup_oauth2client.py index fd2b67d..b0cdf9b 100644 --- a/setup_oauth2client.py +++ b/setup_oauth2client.py
@@ -24,7 +24,7 @@ ] install_requires = [ - 'httplib2>=0.7.4', + 'httplib2>=0.7.6', 'python-gflags', ]