From 1e7849ba910365e6008fd276b271e90a718fd618 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 27 Apr 2016 20:43:14 -0400 Subject: Use a more recent cryptography and call a function --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4f370d63..ed3bbcd6 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ setup( 'Programming Language :: Python :: 3.5', ], install_requires=[ - 'cryptography>=0.8', + 'cryptography>=1.1', 'pyasn1>=0.1.7', ], ) -- cgit v1.2.1