projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9a9a98
)
certifi v0.0.4
v0.8.8
author
Kenneth Reitz
<me@kennethreitz.com>
Wed, 28 Dec 2011 08:51:41 +0000
(
03:51
-0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Wed, 28 Dec 2011 08:51:41 +0000
(
03:51
-0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 580a11fe162b38112d1462dcdaa4b28f1883f9eb..3744ad6cff732841b02b7a252e860fac9ed6f520 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-21,7
+21,7
@@
if sys.argv[-1] == 'test':
sys.exit()
required = [
- 'certifi>=0.0.
2
'
+ 'certifi>=0.0.
4
'
]
if sys.version_info[:2] < (2,6):