From 89ceac0633c63343094f659a4c1f3ace014ace03 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Fri, 29 Aug 2014 19:29:00 +0900 Subject: [PATCH] keyring is optional dependency. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 0d62fa0..5bc3b23 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,6 @@ install_requires = [ 'pyasn1==0.1.7', 'pyasn1_modules==0.0.5', 'rsa==3.1.4', - 'keyring>=3.0', # Not completely sure the minimum version, but 3.0 (Sept 2013) should be sufficient ] long_desc = """The oauth2client is a client library for OAuth 2.0."""