summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-10-24 16:17:47 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-10-24 16:19:38 -0300
commitc71ffaeff607a7af02db997d86bde72c98516374 (patch)
tree76b484517b891d67c1e89703b965d79b0a24b3c6 /pkg
parent3b3429157c177beea21691d5136fa4a9b8d2eef1 (diff)
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.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/requirements.pip6
1 files changed, 4 insertions, 2 deletions
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