From e15e60a587efcddd61e391a8e5917291c98d554e Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Tue, 22 Nov 2016 18:13:30 +0100 Subject: Add the ability to set a custom verification time on X509Store (#567) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d4c27ad..4cdf59e 100755 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ if __name__ == "__main__": package_dir={"": "src"}, install_requires=[ # Fix cryptographyMinimum in tox.ini when changing this! - "cryptography>=1.3.4", + "cryptography>=1.6", "six>=1.5.2" ], ) -- cgit v1.2.1