Blob Blame History Raw
--- setup.py.orig	2014-11-10 14:56:10.834139343 +0100
+++ setup.py	2014-11-10 14:56:25.701122189 +0100
@@ -57,7 +57,7 @@
 # Both install and setup requires - because we read VERSION from within the
 # package, and the package also exports all the APIs.
 # six for compat helpers
-REQUIRES = ['argparse', 'six'],
+REQUIRES = ['six'],
 
 params = dict(
     name=NAME,