From 8ad694c28c6817f7a964a73f4d315b2f8cf1a9ef Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 20 Feb 2017 11:45:20 -0500 Subject: Fixes #3409 -- bump idna dep to a version with massively improved performance/memory usage (#3411) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1ec3a354..80df3098 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ with open(os.path.join(src_dir, "cryptography", "__about__.py")) as f: VECTORS_DEPENDENCY = "cryptography_vectors=={0}".format(about['__version__']) requirements = [ - "idna>=2.0", + "idna>=2.1", "asn1crypto>=0.21.0", "packaging", "six>=1.4.1", -- cgit v1.2.3