From e6838673bda9af1e9bf7c4f71b25cf3e3dfc1253 Mon Sep 17 00:00:00 2001 From: SVN-Git Migration Date: Thu, 8 Oct 2015 13:19:43 -0700 Subject: Imported Upstream version 1.11 --- setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f638377..6bdb7b9 100644 --- a/setup.py +++ b/setup.py @@ -54,4 +54,15 @@ setup(name='urllib3', 'tornado', ], test_suite='test', + extras_require={ + 'secure;python_version<="2.7"': [ + 'pyOpenSSL', + 'ndg-httpsclient', + 'pyasn1', + 'certifi', + ], + 'secure;python_version>"2.7"': [ + 'certifi', + ], + }, ) -- cgit v1.2.3