mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Update Cryptography
Fixes SSL issues described in https://github.com/pyca/cryptography/issues/2750
This commit is contained in:
parent
85934c1980
commit
e7b8158d22
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.2.2",
|
"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