From 96744715fd399739e44f2c4d3cc8f8b5a68b27e7 Mon Sep 17 00:00:00 2001 From: Matt Molyneaux Date: Sun, 4 Sep 2016 23:09:59 +0100 Subject: [PATCH] No need to install Argparse IN MASTER --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 3a958d7..aee1c0d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,6 @@ from distutils.core import setup install_requires = [ - 'argparse', 'chardet', 'lmtpd>=4', 'dnspython',