mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 05:56:14 +02:00
Upgrade to cryptography 1.4
This commit is contained in:
parent
7776b3d24c
commit
49a374e552
2 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -86,7 +86,7 @@ setup(
|
|||
"cryptography==1.4",
|
||||
"tzlocal>=1.2",
|
||||
"pyyaml>=3.11",
|
||||
"keyring==7.3",
|
||||
"keyring>=7.3",
|
||||
"passlib>=1.6.2",
|
||||
"pyxdg>=0.25",
|
||||
] + [p for p, cond in conditional_dependencies.items() if cond],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue