def capture_env(self): return collections.OrderedDict( (d.project_name, d.version) for d in pkg_resources.working_set)