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:
9fcfec1
)
certifi v0.0.2
author
Kenneth Reitz
<me@kennethreitz.com>
Wed, 28 Dec 2011 08:30:33 +0000
(
03:30
-0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Wed, 28 Dec 2011 08:30:33 +0000
(
03:30
-0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 4783313014d2033e951bd158e0062b96132e69f8..580a11fe162b38112d1462dcdaa4b28f1883f9eb 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-21,7
+21,7
@@
if sys.argv[-1] == 'test':
sys.exit()
required = [
- 'certifi>=0.0.
1
'
+ 'certifi>=0.0.
2
'
]
if sys.version_info[:2] < (2,6):