Skip to content

Commit

Permalink
setup.py: bump minimal keyring version to 20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans-Peter Jansen committed Nov 22, 2020
1 parent 5a846c5 commit 97495b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
python_requires = '>=3.5',
install_requires = [
'argon2_cffi',
'keyring>=19.0.0',
'keyring>=20.0.0',
'pycryptodome',
],
extras_require = {},
Expand Down

0 comments on commit 97495b6

Please sign in to comment.