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."""