From b93692e1d8c5f388775e734a32ecc48f890e06c7 Mon Sep 17 00:00:00 2001 From: Sebastien Luttringer Date: Mon, 27 Feb 2012 13:31:40 +0100 Subject: [PATCH] add dependency tracking file --- DEPENDENCIES | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 DEPENDENCIES diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..2726427 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,10 @@ +Mandatory +========= +- python (>= 2.6) +- python-psutil (>= 0.2.1) +- python-progressbar (>= 2.3) +- python-argparse (>= 1.2.1) [< python 2.7] + +Optional +======== +- python-paramiko -- GitLab