Added argparse dependency.

This commit is contained in:
Roland Hedberg
2014-03-31 08:56:31 +02:00
parent c1eb135c73
commit fbc6c24613

View File

@@ -46,7 +46,8 @@ install_requires = [
'pycrypto', # 'Crypto'
'pytz',
'pyOpenSSL',
'python-dateutil'
'python-dateutil',
'argparse'
]
tests_require = [