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:
7a51337
)
Install certifi with requests.
author
Cory Benfield
<lukasaoz@gmail.com>
Thu, 10 Jul 2014 20:49:31 +0000
(21:49 +0100)
committer
Cory Benfield
<lukasaoz@gmail.com>
Thu, 10 Jul 2014 20:49:31 +0000
(21:49 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index c25b36805da79d0ea53d544abfa8ee9005ca9a7d..316cb9b1d2a15ac8b41ae85e549c6c12ff152741 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-25,7
+25,7
@@
packages = [
'requests.packages.urllib3.packages.ssl_match_hostname',
]
-requires = []
+requires = [
'certifi'
]
with open('README.rst') as f:
readme = f.read()