From c71ffaeff607a7af02db997d86bde72c98516374 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 24 Oct 2014 16:17:47 -0300 Subject: Add REUSE_BINARIES capability. Using this new feature we can reduce the bundling time significatively since we don't need to spend much time compiling stuff that shouldn't change. Move dependencies to the requirements file. Use helper variable to shorten the bundler command call. --- pkg/requirements.pip | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pkg') diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 60186b8..06d6c02 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,3 +1,5 @@ -sh -modulegraph altgraph +modulegraph +psutil +sh +tuf -- cgit v1.2.3