aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2014-10-24 18:10:39 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2014-10-24 18:10:39 -0400
commita4aa4e3fc9ccd44ce076de56fca09677a59bb1d5 (patch)
tree29a5687e434c1af7d1030927f57636b5d2e913ae /README
parentde25d570aefa1e2bed9b8a33bdd8e200e8227e7b (diff)
downloadhtc_utils-a4aa4e3fc9ccd44ce076de56fca09677a59bb1d5.tar.gz
Add CLI logging to condor_batch
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 0 insertions, 19 deletions
diff --git a/README b/README
deleted file mode 100644
index 2b97480..0000000
--- a/README
+++ /dev/null
@@ -1,19 +0,0 @@
-# Requirements
-
-
-## Python 2.6.x:
-
-* argparse >= 1.2
-* multiprocessing >= 2.6
-
-
-## Python 2.7.x:
-
-* None, all dependencies are built-in
-
-
-## Python 3.x.x:
-
-* None, all dependencies are built-in
-* Converting the code with 2to3 works perfectly fine.
-