new certifi

This commit is contained in:
Kenneth Reitz
2012-01-23 01:46:41 -05:00
parent 18b5ee7d5b
commit 38c2532c5f
+1 -1
View File
@@ -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')