diff --git a/setup.py b/setup.py index 2f1320b4b54..9fc2fbc17cc 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,6 @@ install_requires=[ #'hmac', #'socket', - 'dateutil', + 'python-dateutil', ] )