From ff371f18f0076bc63da05334f7e551c1cc29e10d Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 1 Jan 2017 22:34:28 -0500 Subject: Strip out vendored packages and require them instead. Ref #581. --- bootstrap.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap.py') 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 -- cgit v1.2.3