summaryrefslogtreecommitdiff
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
commit9fed012172521fb5cd8edb75e088fb20ea293387 (patch)
tree8e9969cfdc8567d1fe80066d1c8e9d28f2978255 /setup.py
parent2a73c2660c1cd127d93c5c5d75d06a3afca2c39d (diff)
downloadpython-setuptools-bitbucket-9fed012172521fb5cd8edb75e088fb20ea293387.tar.gz
Update vendoring technique to match that used for packaging. Ref #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",