keyring is optional dependency.
This commit is contained in:
1
setup.py
1
setup.py
@@ -36,7 +36,6 @@ install_requires = [
|
|||||||
'pyasn1==0.1.7',
|
'pyasn1==0.1.7',
|
||||||
'pyasn1_modules==0.0.5',
|
'pyasn1_modules==0.0.5',
|
||||||
'rsa==3.1.4',
|
'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."""
|
long_desc = """The oauth2client is a client library for OAuth 2.0."""
|
||||||
|
|||||||
Reference in New Issue
Block a user