23aa34f
--- setup.py.orig	2015-11-12 15:51:35.557779728 +0100
23aa34f
+++ setup.py	2015-11-12 15:58:04.618948793 +0100
5150da2
@@ -57,7 +57,7 @@
5150da2
 # Both install and setup requires - because we read VERSION from within the
5150da2
 # package, and the package also exports all the APIs.
5150da2
 # six for compat helpers
23aa34f
-REQUIRES = ['argparse', 'six>=1.4', 'traceback2'],
23aa34f
+REQUIRES = ['six>=1.4', 'traceback2'],
5150da2
 
5150da2
 params = dict(
5150da2
     name=NAME,