From fbc6c246134651630c7bab405a3468c99d02399a Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Mon, 31 Mar 2014 08:56:31 +0200 Subject: [PATCH] Added argparse dependency. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d1a544..41c0a31 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,8 @@ install_requires = [ 'pycrypto', # 'Crypto' 'pytz', 'pyOpenSSL', - 'python-dateutil' + 'python-dateutil', + 'argparse' ] tests_require = [