aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-01 22:34:28 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-01 22:34:39 -0500
commitff371f18f0076bc63da05334f7e551c1cc29e10d (patch)
treed8e4212c8d53325fb149117c93233727d36b5ce8 /bootstrap.py
parent4c2dc87f5c63333a6f83be217c86f387f9ecd02a (diff)
downloadexternal_python_setuptools-ff371f18f0076bc63da05334f7e551c1cc29e10d.tar.gz
external_python_setuptools-ff371f18f0076bc63da05334f7e551c1cc29e10d.tar.bz2
external_python_setuptools-ff371f18f0076bc63da05334f7e551c1cc29e10d.zip
Strip out vendored packages and require them instead. Ref #581.
Diffstat (limited to 'bootstrap.py')
-rw-r--r--bootstrap.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.py b/bootstrap.py
index c5f470a4..761b8dfc 100644
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -5,6 +5,8 @@ environment by creating a minimal egg-info directory and then invoking the
egg-info command to flesh out the egg-info directory.
"""
+__requires__ = ['packaging', 'six', 'appdirs']
+
import os
import sys
import textwrap