mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
[GH-610] Fix for old crypto module (#621)
This commit is contained in:
parent
b66fbb1658
commit
e3d36645d9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -83,7 +83,7 @@ setup(
|
||||||
"parsedatetime>=1.5",
|
"parsedatetime>=1.5",
|
||||||
"pytz>=2015.7",
|
"pytz>=2015.7",
|
||||||
"six>=1.10.0",
|
"six>=1.10.0",
|
||||||
"cryptography==1.4",
|
"cryptography>=1.4",
|
||||||
"tzlocal>=1.2",
|
"tzlocal>=1.2",
|
||||||
"pyyaml>=3.11",
|
"pyyaml>=3.11",
|
||||||
"keyring>=7.3",
|
"keyring>=7.3",
|
||||||
|
|
Loading…
Add table
Reference in a new issue