mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
Saves password to keyring
Closes #96 and deprecates password field in config
This commit is contained in:
parent
b3a51396e7
commit
34b730a5c9
8 changed files with 73 additions and 45 deletions
3
setup.py
3
setup.py
|
@ -73,7 +73,8 @@ setup(
|
|||
"pytz>=2013b",
|
||||
"tzlocal==1.0",
|
||||
"slugify>=0.0.1",
|
||||
"colorama>=0.2.5"
|
||||
"colorama>=0.2.5",
|
||||
"keyring>=3.0.5"
|
||||
] + [p for p, cond in conditional_dependencies.items() if cond],
|
||||
extras_require = {
|
||||
"encrypted": "pycrypto>=2.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue