aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-31 11:51:01 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-31 11:51:01 -0500
commit06872bb0bbbeb953e90bd0941444b0d499056557 (patch)
tree73adc719c4acd99095181f0ccd42bbc7564ef8f0 /setup.py
parent29fa01621c3de0a5c78c4f49b5d051386d0d566f (diff)
downloadexternal_python_setuptools-06872bb0bbbeb953e90bd0941444b0d499056557.tar.gz
external_python_setuptools-06872bb0bbbeb953e90bd0941444b0d499056557.tar.bz2
external_python_setuptools-06872bb0bbbeb953e90bd0941444b0d499056557.zip
Update vendoring technique to match that used for packaging. Ref #229.
--HG-- branch : feature/issue-229
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index a21e5025..dfb578a1 100755
--- a/setup.py
+++ b/setup.py
@@ -148,9 +148,6 @@ setup_params = dict(
Topic :: System :: Systems Administration
Topic :: Utilities
""").strip().splitlines(),
- install_requires=[
- 'six>=1.5',
- ],
extras_require={
"ssl:sys_platform=='win32'": "wincertstore==0.2",
"certs": "certifi==2015.11.20",