From 9a0ad0439324201f8a82fc48f1d358596a666921 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 30 Dec 2015 16:56:34 -0500 Subject: Fixed #2605 -- require setuptools 1.0 Per @dstufft: - 0.6.28 or something around there that supports wheels - 0.7 is the version that introduced marker support in setuptools - 1.0 is the version where setuptools started using and verifying tls --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 19f1e663..3b67e8ff 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ requirements = [ "idna>=2.0", "pyasn1>=0.1.8", "six>=1.4.1", - "setuptools", + "setuptools>=1.0", ] setup_requirements = [] -- cgit v1.2.3