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 = [