Skip to content

Commit

Permalink
certifi
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Dec 28, 2011
1 parent bdda99c commit 31d495f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -20,7 +20,9 @@
os.system('python test_requests.py')
sys.exit()

required = []
required = [
'certifi>=0.0.1'
]

if sys.version_info[:2] < (2,6):
required.append('simplejson')
Expand Down

0 comments on commit 31d495f

Please sign in to comment.