This commit is contained in:
Kenneth Reitz
2011-12-28 01:28:49 -05:00
parent bdda99c0c1
commit 31d495fb02
+3 -1
View File
@@ -20,7 +20,9 @@ if sys.argv[-1] == 'test':
os.system('python test_requests.py')
sys.exit()
required = []
required = [
'certifi>=0.0.1'
]
if sys.version_info[:2] < (2,6):
required.append('simplejson')