-
Łukasz Nowak authored
argparse is available from python2.7, but a lot of python2.7 compilations does not provide it. As users expect package to work by default, in case if python used to install package does not contain argparse, add it to install_requires without requiring any intervention, because default invocation shall work.
775b9704