daemon: Use the system keyring to store access tokens.

This commit is contained in:
Damir Jelić 2019-04-17 13:30:54 +02:00
parent ea33359daa
commit 444cf64fb5
2 changed files with 11 additions and 4 deletions

View file

@ -17,6 +17,7 @@ setup(
"aiohttp",
"appdirs",
"click",
"keyring",
"logbook",
"peewee",
"typing;python_version<'3.5'",