aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2b97480c7659b29aaaee9ebd46dcc216e3aaba73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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.