Adding keyring (>= 3.0) to the requirements list.

This commit is contained in:
Pat Ferate
2014-07-15 13:43:19 -07:00
parent 5c266e2010
commit 52d3062098

View File

@@ -29,6 +29,7 @@ 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
]
needs_json = False