From 38c2532c5f5d93e36f5296b94e496f3ef7c7fbdd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Jan 2012 01:46:41 -0500 Subject: [PATCH] new certifi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4b37e8d..5838d2b 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ if sys.argv[-1] == 'test': os.system('python test_requests.py') sys.exit() -required = ['certifi>=0.0.4',] +required = ['certifi>=0.0.7',] if is_py3: required.append('chardet2') -- 2.7.4