From 7c012be6becf3cf8f93789e83cb13a86d5b617fa Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Mon, 15 Jul 2019 21:42:28 -0700 Subject: [PATCH] [GH-610] Fix for old crypto module --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f60970646..a814f9d1d 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ def get_version(filename="jrnl/__init__.py"): "parsedatetime>=1.5", "pytz>=2015.7", "six>=1.10.0", - "cryptography==1.4", + "cryptography>=1.4", "tzlocal>=1.2", "pyyaml>=3.11", "keyring>=7.3",