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:
bc25604
)
requests[security]
author
Kenneth Reitz
<me@kennethreitz.com>
Thu, 4 Sep 2014 18:37:45 +0000
(11:37 -0700)
committer
Kenneth Reitz
<me@kennethreitz.com>
Thu, 4 Sep 2014 18:37:45 +0000
(11:37 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 6a7c8de983b4afb1332b6f25c468f096f148fb48..c38881f8cab0dbd18fa4b36e5e282661adf647d8 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-61,6
+61,6
@@
setup(
),
extras_require={
- '
betterssl
': ['pyOpenSSL', 'ndg-httpsclient', 'pyasn1'],
+ '
security
': ['pyOpenSSL', 'ndg-httpsclient', 'pyasn1'],
},
)