aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2012-04-23 08:31:37 -0400
committerJoe Gregorio <jcgregorio@google.com>2012-04-23 08:31:37 -0400
commitdf70dfcbf2c5a7f220ee1c216e4d73695c2b0237 (patch)
tree0c47b705d57cc3a69bf3bf1fdf2f83ba7ed077dd /setup.py
parent103cbdf7c4fd5ee27147019e618f75e0ebaa450d (diff)
downloadgoogle-api-python-client-df70dfcbf2c5a7f220ee1c216e4d73695c2b0237.tar.gz
Remove OAuth 1.0 support.
Reviewed in http://codereview.appspot.com/6063052/
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 008dfdfdf..915105959 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,6 @@ packages = [
install_requires = [
'httplib2>=0.7.4',
- 'oauth2',
'python-gflags',
]