new certifi
authorKenneth Reitz <me@kennethreitz.com>
Mon, 23 Jan 2012 06:46:41 +0000 (01:46 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 23 Jan 2012 06:46:41 +0000 (01:46 -0500)
setup.py

index 4b37e8d..5838d2b 100755 (executable)
--- 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')