keyring is optional dependency.

This commit is contained in:
INADA Naoki
2014-08-29 19:29:00 +09:00
parent ec1fb365ca
commit 89ceac0633

View File

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