mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Update dependencies and lock versions on keyring and cryptography. Fixes #407
This commit is contained in:
parent
452d99f835
commit
285c219bed
1 changed files with 6 additions and 6 deletions
12
setup.py
12
setup.py
|
@ -80,13 +80,13 @@ setup(
|
|||
description="A command line journal application that stores your journal in a plain text file",
|
||||
packages=['jrnl', 'jrnl.plugins'],
|
||||
install_requires=[
|
||||
"parsedatetime>=1.2",
|
||||
"pytz>=2013b",
|
||||
"six>=1.7.4",
|
||||
"cryptography>=0.8.1",
|
||||
"tzlocal>=1.1",
|
||||
"parsedatetime>=1.5",
|
||||
"pytz>=2015.7",
|
||||
"six>=1.10.0",
|
||||
"cryptography==1.2.2",
|
||||
"tzlocal>=1.2",
|
||||
"pyyaml>=3.11",
|
||||
"keyring>=3.3",
|
||||
"keyring==7.3",
|
||||
"passlib>=1.6.2",
|
||||
"pyxdg>=0.25",
|
||||
] + [p for p, cond in conditional_dependencies.items() if cond],
|
||||
|
|
Loading…
Add table
Reference in a new issue