diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2014-02-04 17:22:55 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2014-02-04 17:22:55 -0500 |
commit | f24aea19abe8731cabecbb530d5044594b1888f4 (patch) | |
tree | 1f1bdd9ec2a4c44f731eeb5c44a89af18d6528ee | |
parent | 83844106186270cf2838cebfae88584906537e0f (diff) | |
download | htc_utils-f24aea19abe8731cabecbb530d5044594b1888f4.tar.gz |
Initial commit
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +-- 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. + |